RowDefinition.

RowDefinition(GridLength) Constructor

Summary

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

Syntax

public RowDefinition(GridLength height)

Parameters

Name Type Description
height GridLength The height of the column.

Return Value

Type Description
void