Skip to main content

GridLength(Double, GridUnitType) Constructor

Initializes a new instance of the GridLength struct.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public GridLength(
double value,
GridUnitType type
)

Parameters

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

See Also

Reference

GridLength Structure
GridLength Overload
Avalonia.Controls Namespace