Summary
Sets the value of the Left attached property for a control.
- Namespace
- Avalonia
.Controls - Containing Type
- Canvas
Syntax
public static void SetLeft(AvaloniaObject element, double value)
Parameters
Name | Type | Description |
---|---|---|
element | AvaloniaObject | The control. |
value | double | The left value. |
Return Value
Type | Description |
---|---|
void |