Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMarkerElement Class / MarkerHeight Property

In This Topic
    MarkerHeight Property
    In This Topic
    Gets or sets the height of the SVG viewport into which the marker is to be fitted.
    Syntax
    'Declaration
     
    Public Property MarkerHeight As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> MarkerHeight {get; set;}
    See Also