DXPen.DashCap Property
Gets or sets the cap style used at the dash end.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Property Value
| Type | Description |
|---|---|
| DXDashCap | An object that contains the dash style parameters. |
Available values:
| Name | Description |
|---|---|
| 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