ShapeBrick.LineStyle Property
In This Article
Specifies the ShapeBrick‘s line style.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(DXDashStyle.Solid)]
public DXDashStyle LineStyle { get; set; }
#Property Value
Type | Default |
---|---|
DXDash |
Solid |
Available values:
Name | Description |
---|---|
Solid | A solid line. |
Dash | A line that consists of short dashes. |
Dot | A line that consists of dots. |
Dash |
A line that consists of a repeating short dash-dot pattern. |
Dash |
A line that consists of a repeating short dash-dot-dot pattern. |
Custom | A user-defined dash style. |
See Also