Skip to main content

BrickStyle.BorderStyle Property

Gets or sets the border style of a brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual BrickBorderStyle BorderStyle { get; set; }

Property Value

Type Description
BrickBorderStyle

A BrickBorderStyle enumeration value that represents the border style of 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.

See Also