GridLength(Double, GridUnitType) 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,
GridUnitType type
)
Public Sub New (
value As Double,
type As GridUnitType
)
new :
value : float *
type : GridUnitType -> GridLength
Parameters
- Double
- The size of the GridLength.
- GridUnitType
- The unit of the GridLength.
See Also
Reference
GridLength Structure
GridLength Overload
Avalonia.Controls Namespace