Skip to main content

SetIsOpen Method

Sets the value of the ToolTip.IsOpen attached property.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static void SetIsOpen(
Control element,
bool value
)

Parameters

  Control
The control to get the property from.
  Boolean
A value indicating whether the tool tip is visible.

See Also

Reference

ToolTip Class
Avalonia.Controls Namespace