KeyTipPlacementMode 枚举

定义

定义常量,这些常量指定键提示相对于 UIElement 放置的位置。

public enum class KeyTipPlacementMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class KeyTipPlacementMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum KeyTipPlacementMode
Public Enum KeyTipPlacementMode
继承
KeyTipPlacementMode
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

字段

Auto 0

键提示的位置由系统确定。

Bottom 1

键提示位于 元素下方。

Center 5

键提示以 元素为中心。

Hidden 6

未显示密钥提示。

Left 3

键提示位于 元素的左侧。

Right 4

键提示位于 元素的右侧。

Top 2

键提示位于 元素上方。

注解

此枚举由 UIElement.KeyTipPlacementMode 属性使用。

适用于

另请参阅