A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatAppearance)]
[Browsable(true)]
[DefaultValue(1)]
public int LineWidth { get; set; }
<SRCategory(ReportStringId.CatAppearance)>
<Browsable(True)>
<DefaultValue(1)>
Public Property LineWidth As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 1 |
An integer value (in report units) representing the width of the line. |
Remarks
This property's value is measured in current report units, which are defined by the XtraReport.ReportUnit property.
See Also
Feedback