Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPatternElement Class / ViewBox Property

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