DXDashStyle Enum
Lists values that indicate the dashed line style.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Members
Name | Description |
---|---|
Solid
|
A solid line. |
Dash
|
A line that consists of short dashes. |
Dot
|
A line that consists of dots. |
Dash
|
A line that consists of a repeating short dash-dot pattern. |
Dash
|
A line that consists of a repeating short dash-dot-dot pattern. |
Custom
|
A user-defined dash style. |
#Related API Members
The following properties accept/return DXDashStyle values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | DXPen. |
Line |
|
Shape |
|
.NET Reporting Tools | XRCross |
XRLine. |
|
XRShape. |