System.Windows.Forms.RowStyle Class

Represents the look and feel of a row in a table layout.

See Also: RowStyle Members

Syntax

public class RowStyle : TableLayoutStyle

Remarks

The System.Windows.Forms.RowStyle class represents the user interface (UI) characteristics of a row in a System.Windows.Forms.TableLayoutPanel. The styles for all the rows in a System.Windows.Forms.TableLayoutPanel are collected in the TableLayoutPanel.RowStyles property.

This simple class offers the RowStyle.Height and TableLayoutStyle.SizeType for a row.

Requirements

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