GridLength(Double) Constructor
Initializes a new instance of the GridLength struct.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public GridLength(
double value
)
Public Sub New (
value As Double
)
new :
value : float -> GridLength
Parameters
- Double
- The size of the GridLength in device independent pixels.
See Also
Reference
GridLength Structure
GridLength Overload
Avalonia.Controls Namespace