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