XRControlStyle.BorderStyle Property
Overrides the BrickStyle.BorderStyle property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
| Type | Description |
|---|---|
| BrickBorderStyle | A BrickBorderStyle enumeration value that represents the border style of a control’s brick. |
Available values:
| Name | Description |
|---|---|
| Inset | The borders are drawn inside the brick’s rectangle. |
| Outset | The borders are drawn outside the brick’s rectangle. |
| Center | The borders are drawn over the contour of the brick’s rectangle, so that they are partially inside and outside of the brick. |
Remarks
This property is intended to hide the corresponding property of the BrickStyle class.
See Also