Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarMonthsPanel Class / Handle Property


In This Topic
    Handle Property (CalendarMonthsPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Handle As IntPtr
    'Usage
     
    
    Dim instance As CalendarMonthsPanel
    Dim value As IntPtr
     
    instance.Handle = value
     
    value = instance.Handle
    public IntPtr Handle {get; set;}
    See Also