| SVGMaskElementHeight Property |
Corresponds to attribute ‘height’ on the given ‘mask’ element. Takes one of the constants defined in SVGUnitTypes.
Namespace: Aspose.SvgAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic SVGAnimatedLength Height { get; }Public ReadOnly Property Height As SVGAnimatedLength
Get
public:
property SVGAnimatedLength^ Height {
SVGAnimatedLength^ get ();
}member Height : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘height’ of the given ‘mask’ element.
See Also