RelativePanel.AlignHorizontalCenterWithPanelProperty プロパティ

定義

RelativePanel.AlignHorizontalCenterWithPanel XAML 添付プロパティを識別します。

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

プロパティ値

RelativePanel.AlignHorizontalCenterWithPanel XAML 添付プロパティの識別子。

注釈

このプロパティはプロパティ システムの識別子に過ぎません。ほとんどのアプリ シナリオでは使用されません。 ほとんどの場合、XAML で RelativePanel.AlignHorizontalCenterWithPanel XAML 添付プロパティを設定し、この識別子は必要ありません。

コードで RelativePanel.AlignHorizontalCenterWithPanel 添付プロパティにアクセスするには、依存関係プロパティ システムを使用して GetValue または SetValue を呼び出し、RelativePanel.AlignHorizontalCenterWithPanelProperty を依存関係プロパティ識別子として渡します。 コードで値を取得または設定するもう 1 つの方法は、 GetAlignHorizontalCenterWithPanelSetAlignHorizontalCenterWithPanel を使用することです。

適用対象

こちらもご覧ください