-
Notifications
You must be signed in to change notification settings - Fork 1
ColumnDefinition
Konoplev Anatolii edited this page Jun 14, 2020
·
6 revisions
ClForms.Common.Grid.ColumnDefinition
Defines column-specific properties that apply to Grid elements
public class ColumnDefinition: GridLayoutDefinitionInheritance GridLayoutDefinition -> ColumnDefinition
| 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 |
| 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 |