RelativePanel.AlignRightWithPanelProperty プロパティ

定義

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

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

プロパティ値

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

注釈

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

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

適用対象

こちらもご覧ください