Skip to main content

XRControlStyle.BorderWidth Property

Specifies the border width, in floating point values.

Namespace: DevExpress.XtraReports.UI

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