Back to Devexpress

DXPen.DashCap Property

corelibraries-devexpress-dot-drawing-dot-dxpen-c31bb473.md

latest1.2 KB
Original Source

DXPen.DashCap Property

Gets or sets the cap style used at the dash end.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXDashCap DashCap { get; set; }
vb
Public Property DashCap As DXDashCap

Property Value

TypeDescription
DXDashCap

An object that contains the dash style parameters.

|

Available values:

NameDescription
Flat

A square cap that squares off both ends of each dash.

| | Square |

A square cap that rounds off both ends of each dash.

| | Round |

A circular cap that rounds off both ends of each dash.

| | Triangle |

A triangular cap that points both ends of each dash.

|

See Also

DXPen Class

DXPen Members

DevExpress.Drawing Namespace