RowDefinition.Height 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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。
注解
默认 GridUnitType 为 Star。
在同一代码示例中使用这些值时, MinHeight 值优先于 MaxHeight 值,后者又优先于 Height 值。
添加或删除行或列时, ActualWidth 所有 ColumnDefinition 元素的 和 ActualHeight 所有 RowDefinition 元素的 将变为零,直到 Measure 调用 。
依赖项属性信息
标识符字段 | HeightProperty |
元数据属性设置为 true |
无 |