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

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