KeyTipHorizontalPlacement 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 horizontal placement of the KeyTip relative to its placement target.
public enum class KeyTipHorizontalPlacement
public enum KeyTipHorizontalPlacement
type KeyTipHorizontalPlacement =
Public Enum KeyTipHorizontalPlacement
- Inheritance
Fields
Name | Value | Description |
---|---|---|
KeyTipLeftAtTargetLeft | 0 | The left of the KeyTip is aligned with the left of the target element. |
KeyTipLeftAtTargetCenter | 1 | The left of the KeyTip is aligned with the center of the target element. |
KeyTipLeftAtTargetRight | 2 | The left of the KeyTip is aligned with the right of the target element. |
KeyTipCenterAtTargetLeft | 3 | The center of the KeyTip is aligned with the left of the target element. |
KeyTipCenterAtTargetCenter | 4 | The center of the KeyTip is aligned with the center of the target element. |
KeyTipCenterAtTargetRight | 5 | The center of the KeyTip is aligned with the right of the target element. |
KeyTipRightAtTargetLeft | 6 | The right of the KeyTip is aligned with the left of the target element. |
KeyTipRightAtTargetCenter | 7 | The right of the KeyTip is aligned with the center of the target element. |
KeyTipRightAtTargetRight | 8 | The right of the KeyTip is aligned with the right of the target element. |