Back to Devexpress

DXPen.DashStyle Property

corelibraries-devexpress-dot-drawing-dot-dxpen-29e71f7f.md

latest1.3 KB
Original Source

DXPen.DashStyle Property

Gets or sets the style applied to dashed lines.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXDashStyle DashStyle { get; set; }
vb
Public Property DashStyle As DXDashStyle

Property Value

TypeDescription
DXDashStyle

An enumeration value that indicates the dash style.

|

Available values:

NameDescription
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

DXPen Class

DXPen Members

DevExpress.Drawing Namespace