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

XRControlStyle.BorderStyle Property

Overrides the BrickStyle.BorderStyle property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Browsable(false)]
public override BrickBorderStyle BorderStyle { get; set; }

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