Back to Devexpress

ShapeBrick.LineStyle Property

corelibraries-devexpress-dot-xtraprinting-dot-shapebrick.md

latest1.5 KB
Original Source

ShapeBrick.LineStyle Property

Specifies the ShapeBrick‘s line style.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(DXDashStyle.Solid)]
public DXDashStyle LineStyle { get; set; }
vb
<DefaultValue(DXDashStyle.Solid)>
Public Property LineStyle As DXDashStyle

Property Value

TypeDefault
DXDashStyleSolid

Available values:

NameDescription
Solid

A solid line.

| | Dash |

A line that consists of short dashes.

| | Dot |

A line that consists of dots.

| | DashDot |

A line that consists of a repeating short dash-dot pattern.

| | DashDotDot |

A line that consists of a repeating short dash-dot-dot pattern.

| | Custom |

A user-defined dash style.

|

See Also

ShapeBrick Class

ShapeBrick Members

DevExpress.XtraPrinting Namespace