SVGMaskElement.Width

SVGMaskElement.Width property

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

public SVGAnimatedLength Width { get; }

Property Value

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

See Also