KeyTipPlacementMode
KeyTipPlacementMode
KeyTipPlacementMode
KeyTipPlacementMode
Enum
Definition
Defines constants that specify where a KeyTip is placed in relation to a UIElement.
public : enum class KeyTipPlacementModepublic enum KeyTipPlacementModePublic Enum KeyTipPlacementMode// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| Auto Auto Auto Auto | The placement of the KeyTip is determined by the system. |
| Bottom Bottom Bottom Bottom | The KeyTip is placed below the element. |
| Center Center Center Center | The KeyTip is centered on the element. |
| Hidden Hidden Hidden Hidden | The KeyTip is not shown. |
| Left Left Left Left | The KeyTip is placed left of the element. |
| Right Right Right Right | The KeyTip is placed right of the element. |
| Top Top Top Top | The KeyTip is placed above the element. |
Remarks
This enumeration is used by the UIElement.KeyTipPlacementMode property.