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.v18.1.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(BorderDashStyleConverter))]
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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the BorderDashStyle enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also