ColumnDefinition Properties
Defines a column in a table layout.Name | Description |
---|---|
SizeType | Gets or sets the column’s size type in a table layout. |
Visible | Gets or sets whether the current row/column is visible. Inherited from DefinitionBase. |
Width | Gets or sets the column width, in pixels or as a percentage, according to the ColumnDefinition.SizeType. |
See Also