Enum PenType
PenType enumeration
Specifies the type of fill a Pen object uses to fill lines.
public enum PenType
Values
| Name | Value | Description |
|---|---|---|
| SolidColor | 0 | Specifies a solid fill. |
| HatchFill | 1 | Specifies a hatch fill. |
| TextureFill | 2 | Specifies a bitmap texture fill. |
| PathGradient | 3 | Specifies a path gradient fill. |
| LinearGradient | 4 | Specifies a linear gradient fill. |
See Also
- namespace Aspose.Drawing.Drawing2D
- assembly Aspose.Drawing.Common