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