Skip to main content
A newer version of this page is available. .

XRControlStyle.BorderWidth Property

Specifies the border width, in floating point values.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.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