SvgPaintServerType enumeration
SvgPaintServerType enumeration
Specifies the type of SVG paint server.
The SvgPaintServerType type exposes the following members:
Fields
| Field | Description |
|---|---|
| HATCH | Represents a hatch paint server type. |
| MESH_GRADIENT | Represents a mesh gradient paint server type. |
| PATTERN | Represents a pattern paint server type. |
| RADIAL_GRADIENT | Represents a radial gradient paint server type. |
| SOLIDCOLOR | Represents a solid color paint server type. |
| LINEAR_GRADIENT | Represents a linear gradient paint server type. |