GridLength(Double, GridUnitType) 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,
	GridUnitType type
)

Parameters

value  Double
The size of the GridLength.
type  GridUnitType
The unit of the GridLength.

See Also