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.
public enum class KeyTipVerticalPlacement
public enum KeyTipVerticalPlacement
type KeyTipVerticalPlacement =
Public Enum KeyTipVerticalPlacement
- Inheritance
-
KeyTipVerticalPlacement
Fields
Name | Value | Description |
---|---|---|
KeyTipTopAtTargetTop | 0 | |
KeyTipTopAtTargetCenter | 1 | |
KeyTipTopAtTargetBottom | 2 | |
KeyTipCenterAtTargetTop | 3 | |
KeyTipCenterAtTargetCenter | 4 | |
KeyTipCenterAtTargetBottom | 5 | |
KeyTipBottomAtTargetTop | 6 | |
KeyTipBottomAtTargetCenter | 7 | |
KeyTipBottomAtTargetBottom | 8 |