Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.21 KB

relativepanel_getalignleftwith_86345507.md

File metadata and controls

29 lines (20 loc) · 1.21 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.RelativePanel.GetAlignLeftWith(Microsoft.UI.Xaml.UIElement)
winrt method

Microsoft.UI.Xaml.Controls.RelativePanel.GetAlignLeftWith

-description

Gets the value of the RelativePanel.AlignLeftWith XAML attached property for the target element.

-parameters

-param element

The object from which the property value is read.

-returns

The RelativePanel.AlignLeftWith XAML attached property value of the specified object. (The element to align this element's left 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.AlignLeftWith XAML attached property in XAML and won't need this method. For more info, see the RelativePanel.AlignLeftWith attached property.

-examples

-see-also

RelativePanel.AlignLeftWith, Attached properties overview