KeyTipVerticalPlacement 列舉

定義

指定將 KeyTip 相對於其放置目標垂直放置的值。

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

欄位

KeyTipBottomAtTargetBottom 8

KeyTip 的底部與目標項目的底部對齊。

KeyTipBottomAtTargetCenter 7

KeyTip 的底部與目標項目的中心對齊。

KeyTipBottomAtTargetTop 6

KeyTip 的底端與目標項目的頂部對齊。

KeyTipCenterAtTargetBottom 5

KeyTip 的中心與目標項目的底部對齊。

KeyTipCenterAtTargetCenter 4

KeyTip 的中心與目標項目的中心對齊。

KeyTipCenterAtTargetTop 3

KeyTip 的中心與目標項目的頂部對齊。

KeyTipTopAtTargetBottom 2

KeyTip 的頂端與目標項目的底部對齊。

KeyTipTopAtTargetCenter 1

KeyTip 的頂端與目標項目的中心對齊。

KeyTipTopAtTargetTop 0

KeyTip 的頂端與目標項目的頂端對齊。

適用於