GridLength(Double) Constructor

Initializes a new instance of the GridLength struct.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public GridLength(
	double value
)

Parameters

value  Double
The size of the GridLength in device independent pixels.

See Also