Show / Hide Table of Contents

    Enum DisplayRotation

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    Enumeration for the display rotation of window.

    [Flags]
    public enum DisplayRotation

    Fields

    Name Description
    Degree_0

    Rotation value of the window is 0 degree.

    Degree_180

    Rotation value of the window is 180 degrees.

    Degree_270

    Rotation value of the window is 270 degrees.

    Degree_90

    Rotation value of the window is 90 degrees.

    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX