Skip to main content
All docs
V23.2

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

NuGet Package: DevExpress.Drawing

Declaration

public enum DXDashCap

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