Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMarkerUnits Enumeration

In This Topic
    SvgMarkerUnits Enumeration
    In This Topic
    Defines the coordinate system for attributes 'markerWidth', 'markerHeight' and the contents of the 'marker'.
    Syntax
    'Declaration
     
    Public Enum SvgMarkerUnits 
       Inherits System.Enum
    public enum SvgMarkerUnits : System.Enum 
    Members
    MemberDescription
    StrokeWidthValues are in a coordinate system which has a single unit equal to the size in user units of the painted stroke width of the element referencing the marker.
    UserSpaceOnUseValues are in the current user coordinate system in place for the element referencing the marker.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgMarkerUnits

    See Also