RelativePanel.AlignRightWithProperty プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RelativePanel.AlignRightWith XAML 添付プロパティを識別します。
public:
static property DependencyProperty ^ AlignRightWithProperty { DependencyProperty ^ get(); };
static DependencyProperty AlignRightWithProperty();
public static DependencyProperty AlignRightWithProperty { get; }
var dependencyProperty = RelativePanel.alignRightWithProperty;
Public Shared ReadOnly Property AlignRightWithProperty As DependencyProperty
プロパティ値
RelativePanel.AlignRightWith XAML 添付プロパティの識別子。
注釈
このプロパティはプロパティ システムの識別子に過ぎません。ほとんどのアプリ シナリオでは使用されません。 ほとんどの場合、 XAML で RelativePanel.AlignRightWith XAML 添付プロパティを設定します。この識別子は必要ありません。
コードで RelativePanel.AlignRightWith 添付プロパティにアクセスするには、依存関係プロパティ システムを使用して GetValue または SetValue を呼び出し、依存関係プロパティ識別子として RelativePanel.AlignRightWithProperty を渡します。 コードで値を取得または設定するもう 1 つの方法は、 GetAlignRightWith と SetAlignRightWith を使用することです。