GridCellFactoryBase.RowInfo Constructor
In This Topic
Initializes a new instance of the
GridCellFactoryBase.RowInfo class.
Syntax
'Declaration
Public Function New( _
ByVal As Xamarin.Forms.GridLength, _
ByVal As Double, _
ByVal As Double, _
ByVal As Boolean _
)
'Usage
Dim height As Xamarin.Forms.GridLength
Dim minHeight As Double
Dim maxHeight As Double
Dim isVisible As Boolean
Dim instance As New GridCellFactoryBase.RowInfo(height, minHeight, maxHeight, isVisible)
public GridCellFactoryBase.RowInfo(
Xamarin.Forms.GridLength ,
double ,
double ,
bool
)
Parameters
- height
- The height.
- minHeight
- The minimum height.
- maxHeight
- The maximum height.
- isVisible
- if set to
true
the row is visible.
See Also