Back to Devexpress

BrickStyle.BorderStyle Property

corelibraries-devexpress-dot-xtraprinting-dot-brickstyle-336dd827.md

latest1.5 KB
Original Source

BrickStyle.BorderStyle Property

Gets or sets the border style of a brick.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public virtual BrickBorderStyle BorderStyle { get; set; }
vb
Public Overridable Property BorderStyle As BrickBorderStyle

Property Value

TypeDescription
BrickBorderStyle

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

|

See Also

BrickStyle Class

BrickStyle Members

DevExpress.XtraPrinting Namespace