RowDefinition.

RowDefinition(double, GridUnitType) Constructor

Summary

Initializes a new instance of the RowDefinition class.
Namespace
Avalonia.Controls
Containing Type
RowDefinition

Syntax

public RowDefinition(double value, GridUnitType type)

Parameters

Name Type Description
value double The height of the row.
type GridUnitType The height unit of the column.

Return Value

Type Description
void