SimpleLink.RightToLeftLayout Property
In This Article
Specifies the orientation (flow direction) of the SimpleLink‘s content.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
#Property Value
Type | Description |
---|---|
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 IPrintable
See Also