TextToolTipService.SetToolTipPlacement 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.
Sets the ToolTipPlacement attribute to the specified value for the given element.
public:
static void SetToolTipPlacement(System::Windows::FrameworkElement ^ element, System::Windows::Controls::Primitives::PlacementMode mode);
public static void SetToolTipPlacement (System.Windows.FrameworkElement element, System.Windows.Controls.Primitives.PlacementMode mode);
static member SetToolTipPlacement : System.Windows.FrameworkElement * System.Windows.Controls.Primitives.PlacementMode -> unit
Public Shared Sub SetToolTipPlacement (element As FrameworkElement, mode As PlacementMode)
Parameters
- element
- FrameworkElement
The element to set the ToolTipPlacement attribute for.
- mode
- PlacementMode
The value to set the ToolTipPlacement attribute to.