SlideSize.Orientation Property
Returns the slide orientation.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.1.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Property Value
| Type | Description |
|---|---|
| SlideOrientation | The slide orientation. |
Available values:
| Name | Description |
|---|---|
| Landscape | Indicates that slides are oriented horizontally (Landscape). |
| Portrait | Indicates that slides are oriented vertically (Portrait). |
See Also