[]
Specifies the type of SVG paint.
public enum SvgPaintType
Color = 3
A solid color paint.
ContextFill = 4
Use the paint value of fill from a context element.
ContextStroke = 5
Use the paint value of stroke from a context element.
Href = 1
A URL reference to a paint server element.
HrefWithFallback = 2
A URL reference to a paint server element followed by a fall-back color value.
None = 0
No paint is applied in this layer.