ToolTip.Placement Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets how the ToolTip should be positioned in relation to the PlacementTarget.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<ToolTip Placement="placementModeValue"/>
XAML Values
Property Value
Type: System.Windows.Controls.Primitives.PlacementModeOne of the PlacementMode values.
The PlacementTarget and Placement properties are used together to determine which side of a visual element to place the ToolTip.
Setting the Placement property on ToolTipService takes precedence over the Placement value of ToolTip.
Show: