| SVGViewElementViewBox Property |
Corresponds to attribute ‘viewBox’ on the given element.
Namespace: Aspose.SvgAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic SVGAnimatedRect ViewBox { get; }Public ReadOnly Property ViewBox As SVGAnimatedRect
Get
public:
virtual property SVGAnimatedRect^ ViewBox {
SVGAnimatedRect^ get () sealed;
}abstract ViewBox : SVGAnimatedRect with get
override ViewBox : SVGAnimatedRect with get
Property Value
Type:
SVGAnimatedRect
The ‘viewBox’ of the given element.
Implements
ISVGFitToViewBoxViewBox
See Also