GridLength.

GridLength(double, GridUnitType) Constructor

Summary

Initializes a new instance of the GridLength struct.
Namespace
Avalonia.Controls
Containing Type
GridLength

Syntax

public GridLength(double value, GridUnitType type)

Parameters

Name Type Description
value double The size of the GridLength.
type GridUnitType The unit of the GridLength.

Return Value

Type Description
void