[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPaintOrder

SvgPaintOrder Enum

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

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgPaintOrder
Public Enum SvgPaintOrder

Fields

Name Description
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.