ComponentOne Xamarin.Android
GridCellFactoryBase.ColumnInfo Constructor


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellFactoryBase.ColumnInfo Class : GridCellFactoryBase.ColumnInfo Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal width As GridLength, _
   ByVal minWidth As Double, _
   ByVal maxWidth As Double, _
   ByVal isVisible As Boolean _
)
'Usage
 
Dim width As GridLength
Dim minWidth As Double
Dim maxWidth As Double
Dim isVisible As Boolean
 
Dim instance As New GridCellFactoryBase.ColumnInfo(width, minWidth, maxWidth, isVisible)
public GridCellFactoryBase.ColumnInfo( 
   GridLength width,
   double minWidth,
   double maxWidth,
   bool isVisible
)

Parameters

width
minWidth
maxWidth
isVisible
See Also

Reference

GridCellFactoryBase.ColumnInfo Class
GridCellFactoryBase.ColumnInfo Members