ToolTipService.GetPlacement(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.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.