ToolTip.PlacementTarget 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 visual element or control that the tool tip should be positioned in relation to when opened by the ToolTipService.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<ToolTip PlacementTarget="{Binding ElementName=placementTargetName}"/>
XAML Values
Property Value
Type: System.Windows.UIElementThe visual element or control that the tool tip should be positioned in relation to when opened by the ToolTipService. The default is Nothing.
Show: