Search Results for

    Show / Hide Table of Contents

    Enum DisplayOrientation

    Specifies the display orientation.

    Namespace: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    [Flags]
    public enum DisplayOrientation

    Fields

    Name Description
    Default

    Default orientation.

    LandscapeLeft

    Landscape Left.

    LandscapeRight

    Landscape Right.

    Portrait

    Portrait orientation is upright.

    PortraitFlipped

    Portrait mode oriented downward.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX