RelativePanel.AlignVerticalCenterWithPanelProperty Property

Definition

Identifies the RelativePanel.AlignVerticalCenterWithPanel XAML attached property.

public:
 static property DependencyProperty ^ AlignVerticalCenterWithPanelProperty { DependencyProperty ^ get(); };
static DependencyProperty AlignVerticalCenterWithPanelProperty();
public static DependencyProperty AlignVerticalCenterWithPanelProperty { get; }
var dependencyProperty = RelativePanel.alignVerticalCenterWithPanelProperty;
Public Shared ReadOnly Property AlignVerticalCenterWithPanelProperty As DependencyProperty

Property Value

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

To access the RelativePanel.AlignVerticalCenterWithPanel attached property in code, you can use the dependency property system, calling either GetValue or SetValue and passing RelativePanel.AlignVerticalCenterWithPanelProperty as the dependency property identifier. Another way to get or set the value in code is to use GetAlignVerticalCenterWithPanel and SetAlignVerticalCenterWithPanel.

Applies to

See also