BrickStyle.BorderStyle Property
In This Article
Gets or sets the border style of a brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public virtual BrickBorderStyle BorderStyle { get; set; }
#Property Value
Type | Description |
---|---|
Brick |
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