Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    DisplayOrientation Enum

    Namespace: Stride.Graphics
    Assembly: Stride.dll

    Describes the orientation of the display.

    [Flags]
    [DataContract("DisplayOrientation")]
    public enum DisplayOrientation

    Fields

    Name Description
    Default

    The default value for the orientation.

    LandscapeLeft

    Displays in landscape mode to the left.

    LandscapeRight

    Displays in landscape mode to the right.

    Portrait

    Displays in portrait mode.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<DisplayOrientation>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<DisplayOrientation>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation