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.v20.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also