Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReadOnlySectionPage.Landscape Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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