TextToolTipService::SetToolTipOffsets Method (FrameworkElement^, Int32, Int32)
Visual Studio 2015
Sets the ToolTipOffsets attribute to the specified values for the given element.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static void SetToolTipOffsets( FrameworkElement^ element, int horizontal, int vertical )
Parameters
- element
-
Type:
System.Windows::FrameworkElement^
The element to set the ToolTipOffsets attribute for.
- horizontal
-
Type:
System::Int32
The value to set the ToolTipOffsets horizontal to.
- vertical
-
Type:
System::Int32
The value to set the ToolTipOffsets vertical to.
Show: