Поделиться через


ContentDisplayOrientations Enum

Definition

This enumeration supports a bitwise combination of its member values.

public enum class ContentDisplayOrientations
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65543)]
/// [Windows.Foundation.Metadata.Experimental]
enum class ContentDisplayOrientations
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65543)]
[Windows.Foundation.Metadata.Experimental]
public enum ContentDisplayOrientations
var value = Microsoft.UI.Content.ContentDisplayOrientations.none
Public Enum ContentDisplayOrientations
Inheritance
ContentDisplayOrientations
Attributes

Fields

Name Value Description
None 0
Landscape 1
Portrait 2
LandscapeFlipped 4
PortraitFlipped 8

Applies to