KeyTipVerticalPlacement 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定將 KeyTip 相對於其放置目標垂直放置的值。
public enum class KeyTipVerticalPlacement
public enum KeyTipVerticalPlacement
type KeyTipVerticalPlacement =
Public Enum 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 的頂端與目標項目的頂端對齊。 |