Skip to main content
A newer version of this page is available. .

BrickStringFormat.RightToLeft Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

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