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


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

    Parameters

    context
    attrs
    See Also