Skip to main content
A newer version of this page is available. .

BrickStyle.BorderStyle Property

Gets or sets the border style of a brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the BorderStyle property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also