Back to Devexpress

DXDashStyle Enum

corelibraries-devexpress-dot-drawing-ebb20da5.md

latest1.7 KB
Original Source

DXDashStyle Enum

Lists values that indicate the dashed line style.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum DXDashStyle
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum DXDashStyle

Members

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.

|

The following properties accept/return DXDashStyle values:

LibraryRelated API Members
Cross-Platform Class LibraryDXPen.DashStyle
LineBrick.LineStyle
ShapeBrick.LineStyle
.NET Reporting ToolsXRCrossBandLine.LineStyle
XRLine.LineStyle
XRShape.LineStyle

See Also

DevExpress.Drawing Namespace