ColumnDefinition Constructors
Defines a column in a table layout.Name | Parameters | Description |
---|---|---|
ColumnDefinition() | none | Initializes a new instance of a ColumnDefinition class with the default settings. |
ColumnDefinition(LayoutGroup, Double, SizeType, Boolean) | owner, size, sizingType, visible | Initializes a new instance of the ColumnDefinition class with specified settings. |
ColumnDefinition(LayoutGroup, Double, SizeType) | owner, size, sizingType | Initializes a new instance of a ColumnDefinition class with the specified settings. |
ColumnDefinition(LayoutGroup) | owner | Initializes a new instance of a ColumnDefinition class with the specified owner. |
See Also