Summary
Sets the value of the ToolTip.VerticalOffset attached property.
- Namespace
- Avalonia
.Controls - Containing Type
- ToolTip
Syntax
public static void SetVerticalOffset(Control element, double value)
Parameters
Name | Type | Description |
---|---|---|
element | Control | The control to get the property from. |
value | double | A value indicating how the tool tip is positioned. |
Return Value
Type | Description |
---|---|
void |