Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / FlexGrid Constructor / FlexGrid Constructor(Context,IAttributeSet)


In This Topic
    FlexGrid Constructor(Context,IAttributeSet)
    In This Topic
    Initializes a new instance of the FlexGrid class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal context As Android.Content.Context, _
       ByVal attrs As Android.Util.IAttributeSet _
    )
    'Usage
     
    
    Dim context As Android.Content.Context
    Dim attrs As Android.Util.IAttributeSet
     
    Dim instance As New FlexGrid(context, attrs)
    public FlexGrid( 
       Android.Content.Context context,
       Android.Util.IAttributeSet attrs
    )

    Parameters

    context
    attrs
    See Also