ColumnDefinition(Double, GridUnitType) 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(
	double value,
	GridUnitType type
)

Parameters

value  Double
The width of the column.
type  GridUnitType
The width unit of the column.

See Also