Skip to main content

ReadOnlySectionPage.Landscape Property

Gets the value specifying whether the page’s orientation is landscape.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

bool Landscape { get; }

Property Value

Type Description
Boolean

true if the page has landscape orientation; false if the page’s orientation is portrait.

See Also