Skip to main content

BrickStringFormat.RightToLeft Property

Gets a value indicating whether or not the right-to-left orientation is used.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
Boolean

true, if the text orientation is right-to-left; otherwise false.

See Also