PenType Enumeration
Specifies the type of fill a Pen object uses to fill lines.
Module: aspose.psd
Full Name: aspose.psd.PenType
Aspose.PSD Version: 24.12.0
Members
| Member name | Description |
|---|---|
| HATCH_FILL | Specifies a hatch fill. |
| LINEAR_GRADIENT | Specifies a linear gradient fill. |
| PATH_GRADIENT | Specifies a path gradient fill. |
| SOLID_COLOR | Specifies a solid fill. |
| TEXTURE_FILL | Specifies a bitmap texture fill. |