Skip to main content

LabelBrick.IsVerticalTextMode Property

Gets a value indicating whether text within a label brick is drawn vertically.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsVerticalTextMode { get; }

Property Value

Type Description
Boolean

true if the text is shown in a vertical mode; otherwise, false.

Remarks

Use this property to determine whether to change the brick layout for vertical text. For example, you may change the width with height for better appearance, if the text is drawn vertically.

See Also