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.v18.2.Core.dll

Declaration

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

Property Value

Type Default Description
DashStyle **Solid**

A DashStyle enumeration value.

See Also