CanvasSetLeft Method

Sets the value of the Left attached property for a control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetLeft(
	AvaloniaObject element,
	double value
)

Parameters

element  AvaloniaObject
The control.
value  Double
The left value.

See Also