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

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