Back to Devexpress

DXPen.PenType Property

corelibraries-devexpress-dot-drawing-dot-dxpen-3adfa102.md

latest1.3 KB
Original Source

DXPen.PenType Property

Obtains the type of lines the DXPen draws.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXPenType PenType { get; }
vb
Public ReadOnly Property PenType As DXPenType

Property Value

TypeDescription
DXPenType

An enumeration value that indicates the pen type.

|

Available values:

NameDescription
SolidColor

The pen uses a solid color to fill lines.

| | HatchFill |

The pen uses a hatch fill to fill lines.

| | TextureFill |

The pen uses a bitmap texture fill to fill lines.

| | PathGradient |

The pen uses a path gradient fill to fill lines.

| | LinearGradient |

The pen uses a linear gradient fill to fill lines.

|

See Also

DXPen Class

DXPen Members

DevExpress.Drawing Namespace