ToolTipGetIsOpen Method
Gets the value of the ToolTip.IsOpen attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool GetIsOpen(
Control element
)
Public Shared Function GetIsOpen (
element As Control
) As Boolean
static member GetIsOpen :
element : Control -> bool
- element Control
- The control to get the property from.
Boolean
A value indicating whether the tool tip is visible.