DXPen.DashCap Property
In This Article
Gets or sets the cap style used at the dash end.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Property Value
Type | Description |
---|---|
DXDash |
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