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 所有 ColumnDefinition 元素的 和 ActualHeight 所有 RowDefinition 元素的 将变为零,直到 Measure 调用 。

依赖项属性信息

标识符字段 HeightProperty
元数据属性设置为 true

适用于