GridLength.

GridLength(double) Constructor

Summary

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

Syntax

public GridLength(double value)

Parameters

Name Type Description
value double The size of the GridLength in device independent pixels.

Return Value

Type Description
void