ToolTip.VerticalOffset Property

Definition

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.

Applies to