ToolTipService.GetPlacement(DependencyObject) Method

Definition

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

public:
 static PlacementMode GetPlacement(DependencyObject ^ element);
 static PlacementMode GetPlacement(DependencyObject const& element);
public static PlacementMode GetPlacement(DependencyObject element);
function getPlacement(element)
Public Shared Function GetPlacement (element As DependencyObject) As PlacementMode

Parameters

element
DependencyObject

The target element for the attached property value.

Returns

The relative position of the specified tooltip.

Applies to

See also