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

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