DXDashCap Enum
Lists values that indicate the type of graphic shape to use on both ends of each dash in a dashed line.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Members
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. |
Related API Members
The following properties accept/return DXDashCap values:
See Also