GetRight Method
Gets the value of the Right attached property for a control.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static double GetRight(
AvaloniaObject element
)
Public Shared Function GetRight (
element As AvaloniaObject
) As Double
static member GetRight :
element : AvaloniaObject -> float
Parameters
- AvaloniaObject
- The control.
Return Value
Double
The control's right coordinate.