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

ShapeBrick.LineStyle Property

Specifies the ShapeBrick‘s line style.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue(DashStyle.Solid)]
public DashStyle LineStyle { get; set; }

Property Value

Type Default Description
DashStyle **Solid**

A DashStyle enumeration value.

See Also