SVGRectElement.Width

SVGRectElement.Width property

Corresponds to attribute ‘width’ on the given ‘rect’ element.

public SVGAnimatedLength Width { get; }

Property Value

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

See Also