Summary
Gets the value of the ToolTip.IsOpen attached property.
- Namespace
- Avalonia
.Controls - Containing Type
- ToolTip
Syntax
public static bool GetIsOpen(Control element)
Parameters
Name | Type | Description |
---|---|---|
element | Control | The control to get the property from. |
Return Value
Type | Description |
---|---|
bool | A value indicating whether the tool tip is visible. |