Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ToolTip.HorizontalOffset 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 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


Feedback

Was this page helpful?