[]
Specifies the type of SVG paint.
public enum SvgPaintType
Public Enum SvgPaintType
| Name | Description |
|---|---|
| Color | A solid color paint. |
| ContextFill | Use the paint value of fill from a context element. |
| ContextStroke | Use the paint value of stroke from a context element. |
| Href | A URL reference to a paint server element. |
| HrefWithFallback | A URL reference to a paint server element followed by a fall-back color value. |
| None | No paint is applied in this layer. |