Back to Devexpress

SimpleLink.RightToLeftLayout Property

wpf-devexpress-dot-xpf-dot-printing-dot-simplelink-e72717b3.md

latest1.8 KB
Original Source

SimpleLink.RightToLeftLayout Property

Specifies the orientation (flow direction) of the SimpleLink‘s content.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public bool RightToLeftLayout { get; set; }
vb
Public Property RightToLeftLayout As Boolean

Property Value

TypeDescription
Boolean

true, to use the right-to-left content orientation; otherwise, false.

|

Remarks

To support right-to-left languages in created documents, set the RightToLeftLayout property to true.

To control the orientation of specific document elements, use the ExportSettings.FlowDirection property.

Note

When printing controls implementing the IPrintableControl interface (such as GridControl or PivotGridControl), the document’s content orientation is set automatically, based on the FlowDirection setting of this control.

See Also

RightToLeftLayout

SimpleLink Class

SimpleLink Members

DevExpress.Xpf.Printing Namespace