Enum Orientation

    Definition

    Namespace:
    Tizen.WebView
    Assembly:
    Tizen.WebView.dll

    Enumeration for Orientation of the device.

    public enum Orientation

    Fields

    Name Description
    LeftAtTop

    -90 degrees when it's left side is at the top.

    Natural

    0 degrees when the device is oriented to natural position.

    RightAtTop

    90 degrees when it's right side is at the top.

    UpsideDown

    180 degrees when it is upside down.

    Extension Methods

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