ToolTip.

SetHorizontalOffset(Control, double) Method

Summary

Sets the value of the ToolTip.HorizontalOffset attached property.
Namespace
Avalonia.Controls
Containing Type
ToolTip

Syntax

public static void SetHorizontalOffset(Control element, double value)

Parameters

Name Type Description
element Control The control to get the property from.
value double A value indicating how the tool tip is positioned.

Return Value

Type Description
void