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


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

    Parameters

    handle
    See Also