RowDefinition.MaxHeight 属性

定义

获取或设置一个值,该值表示 RowDefinition 的最大高度。

public:
 property double MaxHeight { double get(); void set(double value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.LengthConverter))]
public double MaxHeight { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.LengthConverter))>]
member this.MaxHeight : double with get, set
Public Property MaxHeight As Double

属性值

表示最大高度的 Double

属性

注解

在同一代码示例中使用这些值时, MinHeight 值优先于 MaxHeight 值,而该值又优先于 Height 值。

添加或删除行或列时, ActualWidth 所有 ColumnDefinition 元素的 和 ActualHeight 所有 RowDefinition 元素的 将变为零,直到 Measure 调用 。

XAML 属性用法

<object MaxHeight="double"/>  
- or -  
<object MaxHeight="qualifiedDouble"/>  

XAML 值

double
Double

等于或大于0.0034但等于或小于 160000的值的Double字符串表示形式。 非限定值以与设备无关的像素度量。 字符串不需要显式包含小数点。

qualifiedDouble
如上所述的双精度值,除) 后跟下列单位说明符之一外Auto, (:px、、incmpt、 。

px (默认) 为与设备无关的单位, (单位) 1/96 英寸

in 为英寸;1in==96px

cm 为厘米;1cm== (96/2.54) px

pt 是点;1pt== (96/72) px

依赖项属性信息

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

适用于