KeyTipHorizontalPlacement 列舉

定義

指定將 KeyTip 相對於其放置目標水平放置的值。

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

欄位

KeyTipCenterAtTargetCenter 4

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

KeyTipCenterAtTargetLeft 3

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

KeyTipCenterAtTargetRight 5

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

KeyTipLeftAtTargetCenter 1

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

KeyTipLeftAtTargetLeft 0

KeyTip 的左側與目標項目的左側對齊。

KeyTipLeftAtTargetRight 2

KeyTip 的左側與目標項目的右側對齊。

KeyTipRightAtTargetCenter 7

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

KeyTipRightAtTargetLeft 6

KeyTip 的右側與目標項目的左側對齊。

KeyTipRightAtTargetRight 8

KeyTip 的右側與目標項目的右側對齊。

適用於