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

LinkBase.RightToLeftLayout Property

Specifies the orientation of the document’s content.

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue(false)]
public bool RightToLeftLayout { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the right-to-left layout is enabled; otherwise, false.

See Also