Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1BitmapIcon Class / Handle Property


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