ComponentOne Xamarin.Android
GridCellFactoryBase.RowInfo Constructor


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellFactoryBase.RowInfo Class : GridCellFactoryBase.RowInfo Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal height As GridLength, _
   ByVal minHeight As Double, _
   ByVal maxHeight As Double, _
   ByVal isVisible As Boolean _
)
'Usage
 
Dim height As 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( 
   GridLength height,
   double minHeight,
   double maxHeight,
   bool isVisible
)

Parameters

height
minHeight
maxHeight
isVisible
See Also

Reference

GridCellFactoryBase.RowInfo Class
GridCellFactoryBase.RowInfo Members