XRShape.LineWidth Property
Gets or sets the width (in pixels) of the line which is used to draw the shape image.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v26.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[Browsable(true)]
[DefaultValue(1F)]
[SRCategory(ReportStringId.CatAppearance)]
public float LineWidth { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Single | 1 | The width of the line in pixels. |
See Also