RowDefinition(Double, GridUnitType) Constructor
Initializes a new instance of the RowDefinition class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public RowDefinition(
double value,
GridUnitType type
)
Public Sub New (
value As Double,
type As GridUnitType
)
new :
value : float *
type : GridUnitType -> RowDefinition
Parameters
- Double
- The height of the row.
- GridUnitType
- The height unit of the column.
See Also
Reference
RowDefinition Class
RowDefinition Overload
Avalonia.Controls Namespace