RowDefinition(GridLength) 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(
GridLength height
)
Public Sub New (
height As GridLength
)
new :
height : GridLength -> RowDefinition
Parameters
- GridLength
- The height of the column.
See Also
Reference
RowDefinition Class
RowDefinition Overload
Avalonia.Controls Namespace