Back to Devexpress

LinkBase.RightToLeftLayout Property

corelibraries-devexpress-dot-xtraprinting-dot-linkbase-33316c1d.md

latest1.1 KB
Original Source

LinkBase.RightToLeftLayout Property

Specifies the orientation of the document’s content.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(false)]
public bool RightToLeftLayout { get; set; }
vb
<DefaultValue(False)>
Public Property RightToLeftLayout As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

LinkBase Class

LinkBase Members

DevExpress.XtraPrinting Namespace