ToolTipSetIsOpen Method
Sets the value of the ToolTip.IsOpen attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetIsOpen(
Control element,
bool value
)
Public Shared Sub SetIsOpen (
element As Control,
value As Boolean
)
static member SetIsOpen :
element : Control *
value : bool -> unit
Parameters
- element Control
- The control to get the property from.
- value Boolean
- A value indicating whether the tool tip is visible.