BorderDashStyle Enum
Lists the values used to specify the border’s dash style for an XRControl.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
Solid
|
Specifies a solid line. |
Dash
|
Specifies a line consisting of dashes. |
Dot
|
Specifies a line consisting of dots. |
Dash
|
Specifies a line consisting of a repeating dash-dot pattern. Not supported in HTML (becomes visible as Dash) |
Dash
|
Specifies a line consisting of a repeating dash-dot-dot pattern. Not supported in HTML (becomes visible as Dash) |
Double
|
Specifies a double solid line. |
#Related API Members
The following properties accept/return BorderDashStyle values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Brick |
Visual |
|
.NET Reporting Tools | Printable |
XRCharacter |
|
XRControl. |
|
XRControl |
|
XRCross |
#Remarks
The values listed by the BorderDashStyle enumeration are used to set the VisualBrick.BorderDashStyle, BrickStyle.BorderDashStyle and XRControl.BorderDashStyle properties.