ExpDisplayOrientations 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.
public enum class ExpDisplayOrientations
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedExperimentalContract, 65536)]
enum class ExpDisplayOrientations
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedExperimentalContract), 65536)]
public enum ExpDisplayOrientations
var value = Microsoft.UI.Composition.Experimental.ExpDisplayOrientations.none
Public Enum ExpDisplayOrientations
- Inheritance
-
ExpDisplayOrientations
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Landscape | 1 | |
Portrait | 2 | |
LandscapeFlipped | 4 | |
PortraitFlipped | 8 |