ToolTipGetVerticalOffset Method

Gets the value of the ToolTip.VerticalOffset attached property.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static double GetVerticalOffset(
	Control element
)

Parameters

element  Control
The control to get the property from.

Return Value

Double
A value indicating how the tool tip is positioned.

See Also