指定与位置目标相关的快捷键提示的纵向位置值。
命名空间: Microsoft.Windows.Controls
程序集: RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)
语法
声明
Public Enumeration KeyTipVerticalPlacement
public enum KeyTipVerticalPlacement
public enum class KeyTipVerticalPlacement
type KeyTipVerticalPlacement
public enum KeyTipVerticalPlacement
成员
| 成员名称 | 说明 | |
|---|---|---|
| KeyTipTopAtTargetTop | KeyTip 的顶部和目标元素的顶部对齐。 | |
| KeyTipTopAtTargetCenter | KeyTip 顶部与目标元素中心对齐。 | |
| KeyTipTopAtTargetBottom | KeyTip 顶部与目标元素底部对齐。 | |
| KeyTipCenterAtTargetTop | KeyTip 中心与目标元素的顶部对齐。 | |
| KeyTipCenterAtTargetCenter | KeyTip 中心与目标元素的中心对齐。 | |
| KeyTipCenterAtTargetBottom | KeyTip 中心与目标元素的底部对齐。 | |
| KeyTipBottomAtTargetTop | KeyTip 底部与目标元素顶部对齐。 | |
| KeyTipBottomAtTargetCenter | KeyTip 底部与目标元素中心对齐。 | |
| KeyTipBottomAtTargetBottom | KeyTip 的底部与目标元素的底部对齐。 |