CanvasGetBottom Method
Gets the value of the Bottom attached property for a control.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static double GetBottom(
AvaloniaObject element
)
Public Shared Function GetBottom (
element As AvaloniaObject
) As Double
static member GetBottom :
element : AvaloniaObject -> float
- element AvaloniaObject
- The control.
DoubleThe control's bottom coordinate.