SVGMaskElementHeight Property
Corresponds to attribute ‘height’ on the given ‘mask’ element. Takes one of the constants defined in SVGUnitTypes.

Namespace: Aspose.Svg
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public SVGAnimatedLength Height { get; }

Property Value

Type: SVGAnimatedLength
The attribute ‘height’ of the given ‘mask’ element.
See Also