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


In This Topic
    FlexViewer Constructor(Context,IAttributeSet)
    In This Topic
    Initializes a new instance of the FlexViewer 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 FlexViewer(context, attrs)
    public FlexViewer( 
       Android.Content.Context context,
       Android.Util.IAttributeSet attrs
    )

    Parameters

    context
    attrs
    See Also