RowStyle.Height 属性

定义

获取或设置行的高度。

public:
 property float Height { float get(); void set(float value); };
public float Height { get; set; }
member this.Height : single with get, set
Public Property Height As Single

属性值

Single

行的首选高度,取决于 TableLayoutPanel 属性,以像素或 SizeType 的百分比表示。

例外

设置此属性时,属性值小于 0。

注解

根据属性,该 Height 属性将采用不同的含义 SizeType 。 下表描述了可能的含义 Height

SizeType Height 解释
Absolute ) 忽略 (小数部分的首选行高(以像素为单位)。
AutoSize 不适用 - 将 Height 忽略该属性。
Percent 首选行高度作为包含表的百分比。

适用于

另请参阅