RelativePanel.AlignHorizontalCenterWithPanelProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the RelativePanel.AlignHorizontalCenterWithPanel XAML attached property.
public:
static property DependencyProperty ^ AlignHorizontalCenterWithPanelProperty { DependencyProperty ^ get(); };
static DependencyProperty AlignHorizontalCenterWithPanelProperty();
public static DependencyProperty AlignHorizontalCenterWithPanelProperty { get; }
var dependencyProperty = RelativePanel.alignHorizontalCenterWithPanelProperty;
Public Shared ReadOnly Property AlignHorizontalCenterWithPanelProperty As DependencyProperty
Property Value
The identifier for the RelativePanel.AlignHorizontalCenterWithPanel 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.AlignHorizontalCenterWithPanel XAML attached property in XAML and won't need this identifier.
To access the RelativePanel.AlignHorizontalCenterWithPanel attached property in code, you can use the dependency property system, calling either GetValue or SetValue and passing RelativePanel.AlignHorizontalCenterWithPanelProperty as the dependency property identifier. Another way to get or set the value in code is to use GetAlignHorizontalCenterWithPanel and SetAlignHorizontalCenterWithPanel.