Summary
Initializes a new instance of the
ColumnDefinition
class.
- Namespace
- Avalonia
.Controls - Containing Type
- ColumnDefinition
Syntax
public ColumnDefinition(GridLength width)
Parameters
Name | Type | Description |
---|---|---|
width | GridLength | The width of the column. |
Return Value
Type | Description |
---|---|
void |