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

In This Topic
    MarkerUnits Property
    In This Topic
    Gets or sets a value specifying the coordinate system for attributes 'markerWidth', 'markerHeight' and the contents of the 'marker'.
    Syntax
    'Declaration
     
    Public Property MarkerUnits As System.Nullable(Of SvgMarkerUnits)
    public System.Nullable<SvgMarkerUnits> MarkerUnits {get; set;}
    See Also