PlacementMode
June 22, 2022 ยท View on GitHub
-description
Defines constants that specify the preferred location for positioning a ToolTip relative to a visual element.
-xaml-syntax
<objectproperty = "enumMemberName"/>
-enum-fields
-field Bottom:2
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.
-field Left:9
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.
-field Mouse:7
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.
-field Right:4
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.
-field Top:10
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.