指定与位置目标相关的快捷键提示的水平位置值。
命名空间:  Microsoft.Windows.Controls
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)
语法
声明
Public Enumeration KeyTipHorizontalPlacement
public enum KeyTipHorizontalPlacement
public enum class KeyTipHorizontalPlacement
type KeyTipHorizontalPlacement
public enum KeyTipHorizontalPlacement
成员
| 成员名称 | 说明 | |
|---|---|---|
| KeyTipLeftAtTargetLeft | KeyTip 的左边与目标元素的左边对齐。 | |
| KeyTipLeftAtTargetCenter | KeyTip 左边与目标元素的中心对齐。 | |
| KeyTipLeftAtTargetRight | KeyTip 的左边和目标元素的右边对齐。 | |
| KeyTipCenterAtTargetLeft | KeyTip 中心与目标元素的左边对齐。 | |
| KeyTipCenterAtTargetCenter | KeyTip 中心与目标元素的中心对齐。 | |
| KeyTipCenterAtTargetRight | KeyTip 中心与目标元素的右边对齐。 | |
| KeyTipRightAtTargetLeft | KeyTip 的右边和目标元素的左边对齐。 | |
| KeyTipRightAtTargetCenter | KeyTip 右边与目标元素的中心对齐。 | |
| KeyTipRightAtTargetRight | KeyTip 的右边和目标元素的右边对齐。 |