RelativePanel.AlignBottomWithProperty Property

Definition

Identifies the RelativePanel.AlignBottomWith XAML attached property.

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

Property Value

The identifier for the RelativePanel.AlignBottomWith 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.AlignBottomWith attached property in code, you can use the dependency property system, calling either GetValue or SetValue and passing RelativePanel.AlignBottomWithProperty as the dependency property identifier. Another way to get or set the value in code is to use GetAlignBottomWith and SetAlignBottomWith.

Applies to

See also