Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the values for the vertical placement of the KeyTip relative to its placement target.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Enumeration KeyTipVerticalPlacement
public enum KeyTipVerticalPlacement
public enum class KeyTipVerticalPlacement
type KeyTipVerticalPlacement
public enum KeyTipVerticalPlacement
Members
Member name | Description | |
---|---|---|
KeyTipTopAtTargetTop | The top of the KeyTip is aligned with the top of the target element. | |
KeyTipTopAtTargetCenter | The top of the KeyTip is aligned with the center of the target element. | |
KeyTipTopAtTargetBottom | The top of the KeyTip is aligned with the bottom of the target element. | |
KeyTipCenterAtTargetTop | The center of the KeyTip is aligned with the top of the target element. | |
KeyTipCenterAtTargetCenter | The center of the KeyTip is aligned with the center of the target element. | |
KeyTipCenterAtTargetBottom | The center of the KeyTip is aligned with the bottom of the target element. | |
KeyTipBottomAtTargetTop | The bottom of the KeyTip is aligned with the top of the target element. | |
KeyTipBottomAtTargetCenter | The bottom of the KeyTip is aligned with the center of the target element. | |
KeyTipBottomAtTargetBottom | The bottom of the KeyTip is aligned with the bottom of the target element. |