Grid.RowProperty プロパティ

定義

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

public:
 static property DependencyProperty ^ RowProperty { DependencyProperty ^ get(); };
static DependencyProperty RowProperty();
public static DependencyProperty RowProperty { get; }
var dependencyProperty = Grid.rowProperty;
Public Shared ReadOnly Property RowProperty As DependencyProperty

プロパティ値

Grid.Row XAML 添付プロパティの識別子。

注釈

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

適用対象

こちらもご覧ください