ViewBox Property (SvgSvgElement)
Gets or sets a rectangle in user space that should be mapped to the bounds of the SVG viewport established by the given element.
public System.Nullable<SvgViewBox> ViewBox {get; set;}
'Declaration
Public Property ViewBox As System.Nullable(Of SvgViewBox)