ToolTipService.Placement Attached 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 the position of the tooltip in relation to its target visual element.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object ToolTipService.Placement="placementModeValue"/>
XAML Values
Property Value
Type: System.Windows.Controls.Primitives.PlacementModeThe position of the tooltip in relation to its target visual element.
Setting the Placement property on ToolTipService takes precedence over the Placement value of ToolTip.
Dependency property identifier field: ToolTipProperty
Show: