Back to Devexpress

DXPenType Enum

corelibraries-devexpress-dot-drawing-c6fecb76.md

latest1.1 KB
Original Source

DXPenType Enum

Lists values that indicate the pen type.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public enum DXPenType
vb
Public Enum DXPenType

Members

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.

|

The following properties accept/return DXPenType values:

See Also

DevExpress.Drawing Namespace