Back to Devexpress

BrickBorderStyle Enum

corelibraries-devexpress-dot-xtraprinting-0949b3cc.md

latest1.8 KB
Original Source

BrickBorderStyle Enum

Specifies the border style for a brick.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum BrickBorderStyle : byte
vb
Public Enum BrickBorderStyle As Byte

Members

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.

|

The following properties accept/return BrickBorderStyle values:

LibraryRelated API Members
Cross-Platform Class LibraryBrickStyle.BorderStyle
VisualBrick.BorderStyle
.NET Reporting ToolsXRControlStyle.BorderStyle

Remarks

Use the members of this enumeration to set the border style for bricks. The values listed by this enumeration are used to set the BrickStyle.BorderStyle property.

See Also

DevExpress.XtraPrinting Namespace