SVGRectElementWidth Property |
Corresponds to attribute ‘width’ on the given ‘rect’ element.
Namespace:
Aspose.Svg
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.4
Syntaxpublic SVGAnimatedLength Width { get; }
Public ReadOnly Property Width As SVGAnimatedLength
Get
public:
property SVGAnimatedLength^ Width {
SVGAnimatedLength^ get ();
}
member Width : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘width’ of the given ‘rect’ element.
See Also