Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.26 KB

relativepanel_setalignrightwithpanel_1100335761.md

File metadata and controls

29 lines (20 loc) · 1.26 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.RelativePanel.SetAlignRightWithPanel(Microsoft.UI.Xaml.UIElement,System.Boolean)
winrt method

Microsoft.UI.Xaml.Controls.RelativePanel.SetAlignRightWithPanel

-description

Sets the value of the RelativePanel.AlignRightWithPanel XAML attached property for a target element.

-parameters

-param element

The object to which the property value is written.

-param value

The value to set. (true to align this element's right edge with the panel's right edge; otherwise, false.)

-remarks

This method is a utility method for the property system, and isn't used in most app scenarios. In most cases you set the RelativePanel.AlignRightWithPanel XAML attached property in XAML and won't need this method. For more info, see the RelativePanel.AlignRightWithPanel attached property.

-examples

-see-also

RelativePanel.AlignRightWithPanel, Attached properties overview