ToolTipSetVerticalOffset Method
Sets the value of the ToolTip.VerticalOffset attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetVerticalOffset(
Control element,
double value
)
Public Shared Sub SetVerticalOffset (
element As Control,
value As Double
)
static member SetVerticalOffset :
element : Control *
value : float -> unit
Parameters
- element Control
- The control to get the property from.
- value Double
- A value indicating how the tool tip is positioned.