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

LinkBase.Landscape Property

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool Landscape { get; set; }

Property Value

Type Description
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