Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1LinearGauge Class / C1LinearGauge Constructor / C1LinearGauge Constructor(IntPtr)


In This Topic
    C1LinearGauge Constructor(IntPtr)
    In This Topic
    Initializes a new instance of a C1LinearGauge control.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal handle As IntPtr _
    )
    'Usage
     
    
    Dim handle As IntPtr
     
    Dim instance As New C1LinearGauge(handle)
    public C1LinearGauge( 
       IntPtr handle
    )

    Parameters

    handle
    See Also