System.Windows.Forms.RowStyle.Height Property

Gets or sets the height of a row.

Syntax

public float Height { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The RowStyle.Height property will take on different meanings depending on the TableLayoutStyle.SizeType property. The following table describes the possible meanings of RowStyle.Height.

SizeType.Absolute

The preferred row height in pixels (fractional portion ignored).

SizeType.AutoSize

Not applicable—the RowStyle.Height property is ignored.

SizeType.Percent

The preferred row height as a percentage of the containing table.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0