Back to Devexpress

XRShape.LineWidth Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrshape.md

latest1.6 KB
Original Source

XRShape.LineWidth Property

Gets or sets the width (in report units) of the line which is used to draw the shape image.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
[DefaultValue(1F)]
[SRCategory(ReportStringId.CatAppearance)]
public float LineWidth { get; set; }
vb
<SRCategory(ReportStringId.CatAppearance)>
<Browsable(True)>
<DefaultValue(1F)>
Public Property LineWidth As Single

Property Value

TypeDefault
Single1

Remarks

This property’s value is measured in current report units, which are defined by the XtraReport.ReportUnit property.

See Also

Report Units of Measurement

XRShape Class

XRShape Members

DevExpress.XtraReports.UI Namespace