UniformGrid.Rows プロパティ

定義

グリッド内の行数を取得または設定します。

public:
 property int Rows { int get(); void set(int value); };
public int Rows { get; set; }
member this.Rows : int with get, set
Public Property Rows As Integer

プロパティ値

Int32

グリッド内の行の数。 既定値は 0 です。

注釈

プロパティの値 0 (0) Rows は、行数が列の数とグリッド内にある表示される子要素の数に基づいて計算されることを指定します。

依存プロパティ情報

識別子フィールド RowsProperty
メタデータのプロパティが次に設定されている true AffectsMeasure

適用対象

こちらもご覧ください