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

In This Topic
    MinWidth Property (SvgRectElement)
    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