Summary
Sets the value of the ToolTip.ShowDelay attached property.
- Namespace
- Avalonia
.Controls - Containing Type
- ToolTip
Syntax
public static void SetShowDelay(Control element, int value)
Parameters
Name | Type | Description |
---|---|---|
element | Control | The control to get the property from. |
value | int | A value indicating the time, in milliseconds, before a tool tip opens. |
Return Value
Type | Description |
---|---|
void |