Back to Devexpress

LinkBase.Landscape Property

wpf-devexpress-dot-xpf-dot-printing-dot-linkbase-9263911e.md

latest1.1 KB
Original Source

LinkBase.Landscape Property

Gets or sets a value indicating whether the page orientation is landscape.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

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

Property Value

TypeDescription
Boolean

true if the page orientation is landscape; otherwise, false.

|

Remarks

If the Landscape property’s value is false , then the page orientation is Portrait.

See Also

LinkBase Class

LinkBase Members

DevExpress.Xpf.Printing Namespace