SVGMaskElement.Height

SVGMaskElement.Height property

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

public SVGAnimatedLength Height { get; }

Property Value

The attribute ‘height’ of the given ‘mask’ element.

See Also