KeyTipVerticalPlacement Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the values for the vertical placement of the KeyTip relative to its placement target.
public enum class KeyTipVerticalPlacement
public enum KeyTipVerticalPlacement
type KeyTipVerticalPlacement =
Public Enum KeyTipVerticalPlacement
- Inheritance
Fields
Name | Value | Description |
---|---|---|
KeyTipTopAtTargetTop | 0 | The top of the KeyTip is aligned with the top of the target element. |
KeyTipTopAtTargetCenter | 1 | The top of the KeyTip is aligned with the center of the target element. |
KeyTipTopAtTargetBottom | 2 | The top of the KeyTip is aligned with the bottom of the target element. |
KeyTipCenterAtTargetTop | 3 | The center of the KeyTip is aligned with the top of the target element. |
KeyTipCenterAtTargetCenter | 4 | The center of the KeyTip is aligned with the center of the target element. |
KeyTipCenterAtTargetBottom | 5 | The center of the KeyTip is aligned with the bottom of the target element. |
KeyTipBottomAtTargetTop | 6 | The bottom of the KeyTip is aligned with the top of the target element. |
KeyTipBottomAtTargetCenter | 7 | The bottom of the KeyTip is aligned with the center of the target element. |
KeyTipBottomAtTargetBottom | 8 | The bottom of the KeyTip is aligned with the bottom of the target element. |