KeyTipVerticalPlacement Enumeration
Specifies the values for the vertical placement of the KeyTip relative to its placement target.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
| Member name | Description | |
|---|---|---|
| KeyTipBottomAtTargetBottom | The bottom of the KeyTip is aligned with the bottom of the target element. | |
| KeyTipBottomAtTargetCenter | The bottom of the KeyTip is aligned with the center of the target element. | |
| KeyTipBottomAtTargetTop | The bottom of the KeyTip is aligned with the top of the target element. | |
| KeyTipCenterAtTargetBottom | The center of the KeyTip is aligned with the bottom of the target element. | |
| KeyTipCenterAtTargetCenter | The center of the KeyTip is aligned with the center of the target element. | |
| KeyTipCenterAtTargetTop | The center of the KeyTip is aligned with the top of the target element. | |
| KeyTipTopAtTargetBottom | The top of the KeyTip is aligned with the bottom of the target element. | |
| KeyTipTopAtTargetCenter | The top of the KeyTip is aligned with the center of the target element. | |
| KeyTipTopAtTargetTop | The top of the KeyTip is aligned with the top of the target element. |
Available since 4.5