XRControlStyle.BorderWidth Property
Specifies the border width, in floating point values.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[SRCategory(ReportStringId.CatAppearance)]
public override float BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
Single | A Single value. |
See Also