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.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[Browsable(true)]
[DefaultValue(1F)]
[SRCategory(ReportStringId.CatAppearance)]
public float LineWidth { get; set; }
Property Value
Type | Default |
---|---|
Single | 1 |
Remarks
This property’s value is measured in current report units, which are defined by the XtraReport.ReportUnit property.
See Also