Back to Devexpress

XRControlStyle.BorderStyle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolstyle-574aecd2.md

latest1.8 KB
Original Source

XRControlStyle.BorderStyle Property

Overrides the BrickStyle.BorderStyle property.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public override BrickBorderStyle BorderStyle { get; set; }
vb
<Browsable(False)>
Public Overrides Property BorderStyle As BrickBorderStyle

Property Value

TypeDescription
BrickBorderStyle

A BrickBorderStyle enumeration value that represents the border style of a control’s brick.

|

Available values:

NameDescription
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

XRControlStyle Class

XRControlStyle Members

DevExpress.XtraReports.UI Namespace