RelativePanel.BelowProperty プロパティ

定義

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

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

プロパティ値

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

注釈

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

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

適用対象

こちらもご覧ください