Skip to main content
All docs
V23.2

DXDashStyle Enum

Lists values that indicate the dashed line style.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum DXDashStyle

Members

Name Description
Solid

A solid line.

Dash

A line that consists of short dashes.

Dot

A line that consists of dots.

DashDot

A line that consists of a repeating short dash-dot pattern.

DashDotDot

A line that consists of a repeating short dash-dot-dot pattern.

Custom

A user-defined dash style.

See Also