Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgSvgElement Class / Width Property

In This Topic
    Width Property (SvgSvgElement)
    In This Topic
    Gets or sets the content width.
    Syntax
    'Declaration
     
    Public Property Width As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> Width {get; set;}
    See Also