ToolTipGetVerticalOffset Method
Gets the value of the ToolTip.VerticalOffset attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static double GetVerticalOffset(
Control element
)
Public Shared Function GetVerticalOffset (
element As Control
) As Double
static member GetVerticalOffset :
element : Control -> float
- element Control
- The control to get the property from.
Double
A value indicating how the tool tip is positioned.