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