Enum GLWindow.GLWindowOrientation

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Enumeration for orientation of the window is the way in which a rectangular page is oriented for normal viewing.

    public enum GLWindow.GLWindowOrientation

    Fields

    Name Description
    Landscape

    Landscape orientation. A wide view area is needed.

    LandscapeInverse

    Landscape inverse orientation.

    NoOrientationPreference

    No orientation. It is for the preferred orientation Especially, NoOrientationPreference only has the effect for the preferred orientation. It is used to unset the preferred orientation with SetPreferredOrientation.

    Portrait

    Portrait orientation. The height of the display area is greater than the width.

    PortraitInverse

    Portrait inverse orientation.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<GLWindow.GLWindowOrientation>(GLWindow.GLWindowOrientation, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<GLWindow.GLWindowOrientation>(GLWindow.GLWindowOrientation, string)
    EXamlExtensions.LoadFromEXamlPath<GLWindow.GLWindowOrientation>(GLWindow.GLWindowOrientation, string)
    EXamlExtensions.LoadFromEXamlPath<GLWindow.GLWindowOrientation>(GLWindow.GLWindowOrientation, Type)
    Extensions.LoadFromXaml<GLWindow.GLWindowOrientation>(GLWindow.GLWindowOrientation, string)
    Extensions.LoadFromXaml<GLWindow.GLWindowOrientation>(GLWindow.GLWindowOrientation, Type)
    Extensions.LoadFromXamlFile<GLWindow.GLWindowOrientation>(GLWindow.GLWindowOrientation, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX