Enum SvgPaintType
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
public enum SvgPaintType
Fields
Unknown = 0
RgbColor = 1
RgbColorIccColor = 2
None = 3
CurrentColor = 4
UriNone = 5
UriCurrentColor = 6
UriRgbColor = 7
UriRgbColorIccColor = 8
Uri = 9
ContextFill = 10
ContextStroke = 11