DisplayAreaFallback 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.
Defines constants that specify which DisplayArea
to use if no DisplayArea
intersects with the given parameter.
public enum class DisplayAreaFallback
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class DisplayAreaFallback
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum DisplayAreaFallback
var value = Microsoft.UI.Windowing.DisplayAreaFallback.none
Public Enum DisplayAreaFallback
- Inheritance
-
DisplayAreaFallback
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do not use any |
Primary | 1 | Use the primary |
Nearest | 2 | Use the nearest |