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

In This Topic
    SvgPaintOrder Enumeration
    In This Topic
    Specifies the order of the paint operations that shapes are rendered with: their fill, their stroke and any markers they might have.
    Syntax
    'Declaration
     
    Public Enum SvgPaintOrder 
       Inherits System.Enum
    public enum SvgPaintOrder : System.Enum 
    Members
    MemberDescription
    FillMarkers"fill markers stroke" order.
    Markers"markers fill stroke" order.
    MarkersStroke"markers stroke fill" order.
    Normal"fill stroke markers" order.
    Stroke"stroke fill markers" order.
    StrokeMarkers"stroke markers fill" order.
    Inheritance Hierarchy

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

    See Also