ContentDisplayOrientations Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |