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

BrickStyle.IsJustified Property

Specifies whether or not the brick’s alignment is justified.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

[Browsable(false)]
public bool IsJustified { get; }

Property Value

Type Description
Boolean

true is the brick has a justified alignment; otherwise false.

See Also