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

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