Summary
Gets the value of the Right attached property for a control.
- Namespace
- Avalonia
.Controls - Containing Type
- Canvas
Syntax
public static double GetRight(AvaloniaObject element)
Parameters
Name | Type | Description |
---|---|---|
element | AvaloniaObject | The control. |
Return Value
Type | Description |
---|---|
double | The control's right coordinate. |