KeyTipVerticalPlacement 枚举

定义

指定键提示相对于其放置目标的垂直放置的值。

public enum class KeyTipVerticalPlacement
public enum KeyTipVerticalPlacement
type KeyTipVerticalPlacement = 
Public Enum KeyTipVerticalPlacement
继承
KeyTipVerticalPlacement

字段

名称 说明
KeyTipTopAtTargetTop 0

KeyTip 的顶部与目标元素的顶部对齐。

KeyTipTopAtTargetCenter 1

KeyTip 的顶部与目标元素的中心对齐。

KeyTipTopAtTargetBottom 2

KeyTip 的顶部与目标元素的底部对齐。

KeyTipCenterAtTargetTop 3

KeyTip 的中心与目标元素的顶部对齐。

KeyTipCenterAtTargetCenter 4

KeyTip 的中心与目标元素的中心对齐。

KeyTipCenterAtTargetBottom 5

KeyTip 的中心与目标元素的底部对齐。

KeyTipBottomAtTargetTop 6

KeyTip 的底部与目标元素的顶部对齐。

KeyTipBottomAtTargetCenter 7

KeyTip 的底部与目标元素的中心对齐。

KeyTipBottomAtTargetBottom 8

KeyTip 的底部与目标元素的底部对齐。

适用于