RowDefinition.Height プロパティ

定義

RowDefinition 要素の計算された高さを取得するか、RowDefinition で定義される行の GridLength 値を設定します。

public:
 property System::Windows::GridLength Height { System::Windows::GridLength get(); void set(System::Windows::GridLength value); };
public System.Windows.GridLength Height { get; set; }
member this.Height : System.Windows.GridLength with get, set
Public Property Height As GridLength

プロパティ値

行の高さを表す GridLength。 既定値は 1.0 です。

注釈

既定の GridUnitTypeStar です。

同じコード例でこれらの値を使用すると、値が MinHeight 値よりも MaxHeight 優先され、値よりも Height 優先されます。

行または列を追加または削除すると、 ActualWidth が呼び出されるまでMeasure、すべてのColumnDefinition要素とすべてのRowDefinition要素の の ActualHeight が 0 になります。

依存プロパティ情報

識別子フィールド HeightProperty
に設定されたメタデータ プロパティ true なし

適用対象