SvgPaintServerType Enum
SvgPaintServerType enumeration
Specifies the type of SVG paint server.
[Flags]
public enum SvgPaintServerType
Values
Name | Value | Description |
---|---|---|
Hatch | 1 | Represents a hatch paint server type. |
MeshGradient | 2 | Represents a mesh gradient paint server type. |
Pattern | 4 | Represents a pattern paint server type. |
RadialGradient | 8 | Represents a radial gradient paint server type. |
Solidcolor | 10 | Represents a solid color paint server type. |
LinearGradient | 20 | Represents a linear gradient paint server type. |
See Also
- namespace Aspose.Svg.Rendering.Styles.PaintServers
- assembly Aspose.SVG