BrushType Enum
BrushType enumeration
Specifies the type of brush.
public enum BrushType
Values
| Name | Value | Description |
|---|---|---|
| Solid | 0 | Type is ISolidBrush |
| Texture | 1 | Type is ITextureBrush |
| LinearGradient | 2 | Type is ILinearGradientBrush |
See Also
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG