RowStyle Class

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

Namespace: elsystem.windows.forms

Properties

 Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Height int The height of a row in pixels or percentage of the TableLayoutPanel height.
Methods
  Name Description
Public property Create() Initializes a new instance of the RowStyle class to its default state.
Public property Create(szType) Initializes a new instance of the RowStyle class to a specified size type. See SizeType for a list of values.
Public property Create(szType,Height) Initializes a new instance of the RowStyle class to a specified size type and Height. See SizeType for a list of values.