System.Windows.Forms.ColumnStyle Class

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

See Also: ColumnStyle Members

Syntax

public class ColumnStyle : TableLayoutStyle

Remarks

The System.Windows.Forms.ColumnStyle class represents the user interface (UI) characteristics of column in a System.Windows.Forms.TableLayoutPanel. The styles for all the columns in such a table are collected in the TableLayoutPanel.ColumnStyles property.

This simple class offers the ColumnStyle.Width and TableLayoutStyle.SizeType properties for a column.

Requirements

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