Canvas.

GetLeft(AvaloniaObject) Method

Summary

Gets the value of the Left attached property for a control.
Namespace
Avalonia.Controls
Containing Type
Canvas

Syntax

public static double GetLeft(AvaloniaObject element)

Parameters

Name Type Description
element AvaloniaObject The control.

Return Value

Type Description
double The control's left coordinate.