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