Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgUseElement Class / Height Property

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