GridLength(Double) 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
)
Public Sub New (
value As Double
)
new :
value : float -> GridLength
Parameters
- value Double
- The size of the GridLength in device independent pixels.