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

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