GetBottom Method
Gets the value of the Bottom attached property for a control.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static double GetBottom(
AvaloniaObject element
)
Public Shared Function GetBottom (
element As AvaloniaObject
) As Double
static member GetBottom :
element : AvaloniaObject -> float
Parameters
- AvaloniaObject
- The control.
Return Value
Double
The control's bottom coordinate.