Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.16 KB

relativepanel_setalignrightwith_1370938510.md

File metadata and controls

31 lines (20 loc) · 1.16 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.RelativePanel.SetAlignRightWith(Windows.UI.Xaml.UIElement,System.Object)
winrt method

Windows.UI.Xaml.Controls.RelativePanel.SetAlignRightWith

-description

Sets the value of the RelativePanel.AlignRightWith 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. (The element to align this element's right edge with.)

-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.AlignRightWith XAML attached property in XAML and won't need this method. For more info, see the RelativePanel.AlignRightWith attached property.

-examples

-see-also

RelativePanel.AlignRightWith, Attached properties overview