ToolTip.

SetIsOpen(Control, bool) Method

Summary

Sets the value of the ToolTip.IsOpen attached property.
Namespace
Avalonia.Controls
Containing Type
ToolTip

Syntax

public static void SetIsOpen(Control element, bool value)

Parameters

Name Type Description
element Control The control to get the property from.
value bool A value indicating whether the tool tip is visible.

Return Value

Type Description
void