Enum DisplayRotation

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration for the display rotation of window.

    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.

    Extension Methods

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