KeyTipVerticalAlignment Enum
Specifies how a key tip should align vertically relative to its placement target.
public enum KeyTipVerticalAlignment
Fields
| Name | Description |
|---|---|
| KeyTipBottomAtTargetBottom | The bottom edge of the key tip aligns to the bottom edge of the placement target. |
| KeyTipBottomAtTargetCenter | The bottom edge of the key tip aligns to the center of the placement target. |
| KeyTipBottomAtTargetTop | The bottom edge of the key tip aligns to the top edge of the placement target. |
| KeyTipCenterAtTargetBottom | The center of the key tip aligns to the bottom edge of the placement target. |
| KeyTipCenterAtTargetCenter | The center of the key tip aligns to the center of the placement target. |
| KeyTipCenterAtTargetTop | The center of the key tip aligns to the top edge of the placement target. |
| KeyTipTopAtTargetBottom | The top edge of the key tip aligns to the bottom edge of the placement target. |
| KeyTipTopAtTargetCenter | The top edge of the key tip aligns to the center of the placement target. |
| KeyTipTopAtTargetTop | The top edge of the key tip aligns to the top edge of the placement target. |