SVGViewElementViewBox Property
Corresponds to attribute ‘viewBox’ on the given element.

Namespace: Aspose.Svg
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public SVGAnimatedRect ViewBox { get; }

Property Value

Type: SVGAnimatedRect
The ‘viewBox’ of the given element.

Implements

ISVGFitToViewBoxViewBox
See Also