corelibraries-devexpress-dot-drawing-ebb20da5.md
Lists values that indicate the dashed line style.
Namespace : DevExpress.Drawing
Assembly : DevExpress.Drawing.v25.2.dll
NuGet Package : DevExpress.Drawing
[ResourceFinder(typeof(ResFinder))]
public enum DXDashStyle
<ResourceFinder(GetType(ResFinder))>
Public Enum DXDashStyle
| 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.
|
The following properties accept/return DXDashStyle values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | DXPen.DashStyle |
| LineBrick.LineStyle | |
| ShapeBrick.LineStyle | |
| .NET Reporting Tools | XRCrossBandLine.LineStyle |
| XRLine.LineStyle | |
| XRShape.LineStyle |
See Also