ColumnDefinitions Constructors
A column collection within a table layout.| Name | Parameters | Description |
|---|---|---|
| ColumnDefinitions(ColumnDefinitions, LayoutGroup) | source, ownerGroup | Initializes a new instance of a ColumnDefinitions class with the settings of the specified source object and with the specified owner. |
| ColumnDefinitions(LayoutGroup) | owner | Initializes a new instance of a ColumnDefinitions class with the specified owner. |
See Also