Skip to main content
A newer version of this page is available. .

BorderDashStyle Enum

Lists the values used to specify the border’s dash style for an XRControl.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v19.2.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum BorderDashStyle : byte

Members

Name Description
Solid

Specifies a solid line.

Dash

Specifies a line consisting of dashes.

Dot

Specifies a line consisting of dots.

DashDot

Specifies a line consisting of a repeating dash-dot pattern. Not supported in HTML (becomes visible as Dash)

DashDotDot

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.

Remarks

The values listed by the BorderDashStyle enumeration are used to set the VisualBrick.BorderDashStyle, BrickStyle.BorderDashStyle and XRControl.BorderDashStyle properties.

See Also