ToolTip.VerticalOffset Property
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 or sets the vertical distance between the target origin and the pop-up alignment point.
public:
property double VerticalOffset { double get(); void set(double value); };
double VerticalOffset();
void VerticalOffset(double value);
public double VerticalOffset { get; set; }
var double = toolTip.verticalOffset;
toolTip.verticalOffset = double;
Public Property VerticalOffset As Double
<ToolTip VerticalOffset="double"/>
Property Value
Double
double
The vertical distance between the target origin and the pop-up alignment point. The default is 0.