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

BrickAlignment Enum

Specifies brick alignment relative to its layout rectangle.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v19.1.dll

Declaration

public enum BrickAlignment : byte

Members

Name Description
None

Cancels brick alignment.

Near

Specifies that the text shall be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.

Center

Specifies whether a brick is aligned by the center of the layout rectangle.

Far

Specifies whether a brick is aligned away from the original position of the layout rectangle.

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

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