PopupPointerMode 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 PopupPointerMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65543)]
/// [Windows.Foundation.Metadata.Experimental]
enum class PopupPointerMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65543)]
[Windows.Foundation.Metadata.Experimental]
public enum PopupPointerMode
var value = Microsoft.UI.Input.PopupPointerMode.default
Public Enum PopupPointerMode
- Inheritance
-
PopupPointerMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | |
Modal | 1 | |
LightDismiss | 2 |