DXPen.PenType Property
In This Article
Obtains the type of lines the DXPen
draws.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Property Value
Type | Description |
---|---|
DXPen |
An enumeration value that indicates the pen type. |
Available values:
Name | Description |
---|---|
Solid |
The pen uses a solid color to fill lines. |
Hatch |
The pen uses a hatch fill to fill lines. |
Texture |
The pen uses a bitmap texture fill to fill lines. |
Path |
The pen uses a path gradient fill to fill lines. |
Linear |
The pen uses a linear gradient fill to fill lines. |
See Also