SvgPaintServerType enumeration

SvgPaintServerType enumeration

Specifies the type of SVG paint server.

The SvgPaintServerType type exposes the following members:

Fields

FieldDescription
HATCHRepresents a hatch paint server type.
MESH_GRADIENTRepresents a mesh gradient paint server type.
PATTERNRepresents a pattern paint server type.
RADIAL_GRADIENTRepresents a radial gradient paint server type.
SOLIDCOLORRepresents a solid color paint server type.
LINEAR_GRADIENTRepresents a linear gradient paint server type.

See Also