BrickStyle.BorderStyle Property
Gets or sets the border style of a brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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