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

    Returns the slide orientation.

    Namespace: DevExpress.Docs.Presentation

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

    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