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

XRShape.LineStyle Property

Gets or sets the paint style of the line which is used to draw the shape image.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

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

Property Value

Type Default Description
DashStyle **Solid**

A value that specifies the paint style of the line.

See Also