A newer version of this page is available.
Switch to the current version.
PrintableComponentContainer.BorderWidth Property
Overrides the XRControl.BorderWidth property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Browsable(true)]
public override float BorderWidth { get; set; }
<Browsable(True)>
Public Overrides Property BorderWidth As Single
Property Value
Type | Description |
---|---|
Single | A Single value. |
Remarks
This property is overridden to hide the corresponding property of the XRControl class, since the BorderWidth property is not appropriate for the PrintableComponentContainer control.
See Also
Feedback