ToolTip.HorizontalOffset Property

Definition

Gets or sets the horizontal distance between the target origin and the pop-up alignment point.

public:
 property double HorizontalOffset { double get(); void set(double value); };
double HorizontalOffset();

void HorizontalOffset(double value);
public double HorizontalOffset { get; set; }
var double = toolTip.horizontalOffset;
toolTip.horizontalOffset = double;
Public Property HorizontalOffset As Double
<ToolTip HorizontalOffset="double"/>

Property Value

Double

double

The horizontal distance between the target origin and the pop-up alignment point. The default is 0.

Applies to