PaintOrder enumeration
PaintOrder enumeration
Specifies the order in which fill, stroke, and markers are applied to SVG elements.
The PaintOrder type exposes the following members:
Fields
| Field | Description |
|---|---|
| NORMAL | The default paint order: first fill, then stroke, and finally markers. |
| FILL | Paint only the fill. |
| STROKE | Paint only the stroke. |
| MARKERS | Paint only the markers. |
| FILL_STROKE | Paint in the order of fill, then stroke. |
| FILL_MARKERS | Paint in the order of fill, then markers. |
| STROKE_FILL | Paint in the order of stroke, then fill. |
| STROKE_MARKERS | Paint in the order of stroke, then markers. |
| MARKERS_FILL | Paint in the order of markers, then fill. |
| MARKERS_STROKE | Paint in the order of markers, then stroke. |
| FILL_STROKE_MARKERS | Paint in the order of fill, then stroke, and finally markers. |
| FILL_MARKERS_STROKE | Paint in the order of fill, then markers, and finally stroke. |
| STROKE_FILL_MARKERS | Paint in the order of stroke, then fill, and finally markers. |
| STROKE_MARKERS_FILL | Paint in the order of stroke, then markers, and finally fill. |
| MARKERS_FILL_STROKE | Paint in the order of markers, then fill, and finally stroke. |
| MARKERS_STROKE_FILL | Paint in the order of markers, then stroke, and finally fill. |
See Also
- module
aspose.svg.builder