Skip to main content
All docs
V25.1
  • SlideSize.Orientation Property

    Returns the slide orientation.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public SlideOrientation Orientation { get; }

    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