Summary
Gets the value of the Bottom attached property for a control.
- Namespace
- Avalonia
.Controls - Containing Type
- Canvas
Syntax
public static double GetBottom(AvaloniaObject element)
Parameters
Name | Type | Description |
---|---|---|
element | AvaloniaObject | The control. |
Return Value
Type | Description |
---|---|
double | The control's bottom coordinate. |