KeyTipVerticalPlacement 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定將 KeyTip 相對於其放置目標垂直放置的值。
public enum class KeyTipVerticalPlacement
C#
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 的頂端與目標項目的頂端對齊。 |
產品 | 版本 |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
Windows Desktop | 3.0, 3.1, 5, 6, 7 |