CanvasGetRight Method

Gets the value of the Right attached property for a control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static double GetRight(
	AvaloniaObject element
)

Parameters

element  AvaloniaObject
The control.

Return Value

Double
The control's right coordinate.

See Also