Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.51 KB

relativepanel_alignleftwithproperty.md

File metadata and controls

29 lines (18 loc) · 1.51 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.RelativePanel.AlignLeftWithProperty
winrt property

Windows.UI.Xaml.Controls.RelativePanel.AlignLeftWithProperty

-description

Identifies the RelativePanel.AlignLeftWith XAML attached property.

-property-value

The identifier for the RelativePanel.AlignLeftWith XAML attached property.

-remarks

This property is only an identifier for the property system, and isn't used in most app scenarios. In most cases you set the RelativePanel.AlignBottomWith XAML attached property in XAML and won't need this identifier.

To access the RelativePanel.AlignLeftWith attached property in code, you can use the dependency property system, calling either GetValue or SetValue and passing RelativePanel.AlignLeftWithProperty as the dependency property identifier. Another way to get or set the value in code is to use GetAlignLeftWith and SetAlignLeftWith.

-examples

-see-also

RelativePanel.AlignLeftWith, Attached properties overview