Back to Devexpress

BrickStyle.IsJustified Property

corelibraries-devexpress-dot-xtraprinting-dot-brickstyle-91a36f54.md

latest1.1 KB
Original Source

BrickStyle.IsJustified Property

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public bool IsJustified { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsJustified As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

BrickStyle Class

BrickStyle Members

DevExpress.XtraPrinting Namespace