RelativePanel.

SetAlignRightWithPanel(AvaloniaObject, bool) Method

Summary

Sets the value of the RelativePanel.Above XAML attached property for a target element.
Namespace
Avalonia.Controls
Containing Type
RelativePanel

Syntax

public static void SetAlignRightWithPanel(AvaloniaObject obj, bool value)

Parameters

Name Type Description
obj AvaloniaObject The object to which the property value is written.
value bool The value to set. (true to align this element's right edge with the panel's right edge; otherwise, false.)

Return Value

Type Description
void