Paint Enum
Paint enumeration
Specifies the paint options for the fill and stroke attributes in SVG elements.
public enum Paint
Values
Name | Value | Description |
---|---|---|
None | 0 | Indicates no paint should be applied. |
ContextFill | 1 | Uses the current context fill color for painting. |
ContextStroke | 2 | Uses the current context stroke color for painting. |
Remarks
This enumeration defines the types of paint that can be applied to the fill and stroke properties of SVG elements. It allows for standard color, context-based fills, and strokes, or no paint at all.
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG