KeyTipHorizontalAlignment Enum
Specifies how a key tip should align horizontally relative to its placement target.
public enum KeyTipHorizontalAlignment
Fields
| Name | Description |
|---|---|
| KeyTipCenterAtTargetCenter | The center of the key tip aligns to the center of the placement target. |
| KeyTipCenterAtTargetLeft | The center of the key tip aligns to the left edge of the placement target. |
| KeyTipCenterAtTargetRight | The center of the key tip aligns to the right edge of the placement target. |
| KeyTipLeftAtTargetCenter | The left edge of the key tip aligns to the center of the placement target. |
| KeyTipLeftAtTargetLeft | The left edge of the key tip aligns to the left edge of the placement target. |
| KeyTipLeftAtTargetRight | The left edge of the key tip aligns to the right edge of the placement target. |
| KeyTipRightAtTargetCenter | The right edge of the key tip aligns to the center of the placement target. |
| KeyTipRightAtTargetLeft | The right edge of the key tip aligns to the left edge of the placement target. |
| KeyTipRightAtTargetRight | The right edge of the key tip aligns to the right edge of the placement target. |