Back to Devexpress

DXDashCap Enum

corelibraries-devexpress-dot-drawing-5c23192e.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public enum DXDashCap
vb
Public Enum DXDashCap

Members

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.

|

The following properties accept/return DXDashCap values:

See Also

DevExpress.Drawing Namespace