Back to Devexpress

BrickStyle.BorderDashStyle Property

corelibraries-devexpress-dot-xtraprinting-dot-brickstyle-ddbeaf6c.md

latest1.6 KB
Original Source

BrickStyle.BorderDashStyle Property

Specifies the dash style for the brick’s border.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public virtual BorderDashStyle BorderDashStyle { get; set; }
vb
Public Overridable Property BorderDashStyle As BorderDashStyle

Property Value

TypeDescription
BorderDashStyle

A BorderDashStyle enumeration value.

|

Available values:

NameDescription
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.

|

See Also

BrickStyle Class

BrickStyle Members

DevExpress.XtraPrinting Namespace