FlexGrid Constructor
FlexGrid(Context)
Initializes a new instance of the FlexGrid class.
Declaration
public FlexGrid(Context context)
Public Sub New(context As Context)
Parameters
| Type |
Name |
Description |
| Context |
context |
|
FlexGrid(Context, IAttributeSet)
Initializes a new instance of the FlexGrid class.
Declaration
public FlexGrid(Context context, IAttributeSet attrs)
Public Sub New(context As Context, attrs As IAttributeSet)
Parameters
| Type |
Name |
Description |
| Context |
context |
|
| IAttributeSet |
attrs |
|
FlexGrid(Context, IAttributeSet, int)
Initializes a new instance of the FlexGrid class.
Declaration
public FlexGrid(Context context, IAttributeSet attrs, int defStyleAttr)
Public Sub New(context As Context, attrs As IAttributeSet, defStyleAttr As Integer)
Parameters
| Type |
Name |
Description |
| Context |
context |
|
| IAttributeSet |
attrs |
|
| int |
defStyleAttr |
|
FlexGrid(nint, JniHandleOwnership)
Declaration
protected FlexGrid(nint javaReference, JniHandleOwnership transfer)
Protected Sub New(javaReference As IntPtr, transfer As JniHandleOwnership)
Parameters
| Type |
Name |
Description |
| nint |
javaReference |
|
| JniHandleOwnership |
transfer |
|