RowDefinition(Double, GridUnitType) Constructor

Initializes a new instance of the RowDefinition class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public RowDefinition(
	double value,
	GridUnitType type
)

Parameters

value  Double
The height of the row.
type  GridUnitType
The height unit of the column.

See Also