XRControlStyle.BorderStyle Property
In This Article
Overrides the BrickStyle.BorderStyle property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(false)]
public override BrickBorderStyle BorderStyle { get; set; }
#Property Value
Type | Description |
---|---|
Brick |
A 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