ToolTipService Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ToolTipService type exposes the following members.

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows Phone GetPlacement Gets the relative position of the specified tooltip.
Public methodStatic memberSupported by Silverlight for Windows Phone GetPlacementTarget Gets the visual element that the tooltip is positioned relative to.
Public methodStatic memberSupported by Silverlight for Windows Phone GetToolTip Gets the tooltip for an object.
Public methodStatic memberSupported by Silverlight for Windows Phone SetPlacement Sets the position of the specified ToolTip using the specified placement mode.
Public methodStatic memberSupported by Silverlight for Windows Phone SetPlacementTarget Sets the position of the specified ToolTip relative to the specified value element.
Public methodStatic memberSupported by Silverlight for Windows Phone SetToolTip Sets the tooltip for an object.

Top