[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPaintOrder

Enum SvgPaintOrder

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Specifies the order of the paint operations that shapes are rendered with: their fill, their stroke and any markers they might have.

public enum SvgPaintOrder

Fields

FillMarkers = 1

"fill markers stroke" order.

Markers = 4

"markers fill stroke" order.

MarkersStroke = 5

"markers stroke fill" order.

Normal = 0

"fill stroke markers" order.

Stroke = 2

"stroke fill markers" order.

StrokeMarkers = 3

"stroke markers fill" order.