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