CanvasSetRight Method

Sets 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 void SetRight(
	AvaloniaObject element,
	double value
)

Parameters

element  AvaloniaObject
The control.
value  Double
The right value.

See Also