Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ToolTipService.GetPlacementTarget(DependencyObject) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the ToolTipService.PlacementTarget XAML attached property value for the specified target element.

public:
 static UIElement ^ GetPlacementTarget(DependencyObject ^ element);
 static UIElement GetPlacementTarget(DependencyObject const& element);
public static UIElement GetPlacementTarget(DependencyObject element);
function getPlacementTarget(element)
Public Shared Function GetPlacementTarget (element As DependencyObject) As UIElement

Parameters

element
DependencyObject

The target element for the attached property value.

Returns

The visual element that the tooltip is positioned relative to.

Applies to

See also


Feedback

Was this page helpful?