GridLength(Double, GridUnitType) Constructor
Initializes a new instance of the
GridLength struct.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public GridLength(
double value,
GridUnitType type
)
Public Sub New (
value As Double,
type As GridUnitType
)
new :
value : float *
type : GridUnitType -> GridLength
Parameters
- value Double
- The size of the GridLength.
- type GridUnitType
- The unit of the GridLength.