Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.71 KB

relativepanel_alignverticalcenterwithproperty.md

File metadata and controls

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

Windows.UI.Xaml.Controls.RelativePanel.AlignVerticalCenterWithProperty

-description

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

-property-value

The identifier for the RelativePanel.AlignVerticalCenterWith 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.AlignVerticalCenterWith XAML attached property in XAML and won't need this identifier.

To access the RelativePanel.AlignVerticalCenterWith attached property in code, you can use the dependency property system, calling either GetValue or SetValue and passing RelativePanel.AlignVerticalCenterWithProperty as the dependency property identifier. Another way to get or set the value in code is to use GetAlignVerticalCenterWith and SetAlignVerticalCenterWith.

-examples

-see-also

RelativePanel.AlignVerticalCenterWith, Attached properties overview