Skip to main content

BrickStyle.IsJustified Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
Boolean

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

See Also