Skip to main content
All docs
V23.2

DXPen.DashCap Property

Gets or sets the cap style used at the dash end.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXDashCap DashCap { get; set; }

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