ColumnDefinition(GridLength) Constructor

Initializes a new instance of the ColumnDefinition class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public ColumnDefinition(
	GridLength width
)

Parameters

width  GridLength
The width of the column.

See Also