PlacementMode
PlacementMode
PlacementMode
PlacementMode
Enum
Definition
Defines constants that specify the preferred location for positioning a ToolTip relative to a visual element.
public : enum class PlacementModepublic enum PlacementModePublic Enum PlacementMode// This API is not available in Javascript.
<objectproperty = "enumMemberName"/>
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Bottom Bottom Bottom Bottom | The preferred location of the ToolTip is below the target element when element receives keyboard focus, at the bottom of the mouse pointer when element is hovered over with pointer. |
| Left Left Left Left | The preferred location of the ToolTip is to the left of the target element when element receives keyboard focus, to the left of the mouse pointer when element is hovered over with pointer. |
| Mouse Mouse Mouse Mouse | The preferred location of the ToolTip is with the top-left corner of the tooltip positioned at the mouse pointer location when hovered over with mouse, above the target element when focused with keyboard. |
| Right Right Right Right | The preferred location of the ToolTip is to the right of the target element when element receives keyboard focus, to the right of the mouse pointer when element is hovered over with pointer. |
| Top Top Top Top | The preferred location of the ToolTip is above the target element when element receives keyboard focus, at the top of the mouse pointer when element is hovered over with pointer. |