ColumnDefinition - ahatornn/clforms GitHub Wiki

ColumnDefinition

ClForms.Common.Grid.ColumnDefinition
Defines column-specific properties that apply to Grid elements

public class ColumnDefinition: GridLayoutDefinition

Inheritance GridLayoutDefinition -> ColumnDefinition

Constructors

Syntax Description
ColumnDefinition() Initialize a new ColumnDefinition instance
ColumnDefinition(SizeType sizeType) Initialize a new ColumnDefinition instance with SizeType
ColumnDefinition(SizeType sizeType, int width) Initialize a new ColumnDefinition instance with SizeType and width value

Properties

Name Type Description
SizeType SizeType Gets or sets a value indicating how to resize rows or columns relative to the table containing it
Width int Gets or sets the width value of the column