A newer version of this page is available.
Switch to the current version.
XRCrossBandBox.BorderWidth Property
Specifies the width of control borders in pixels as a floating point value.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatAppearance)]
[DefaultValue(2F)]
public override float BorderWidth { get; set; }
<SRCategory(ReportStringId.CatAppearance)>
<DefaultValue(2F)>
Public Overrides Property BorderWidth As Single
Property Value
Type | Default | Description |
---|---|---|
Single | 2 |
A Single value. |
Remarks
You can specify this property in code or use the Properties panel.
See Also
Feedback