Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Border Class / ClassHandle Property


In This Topic
    ClassHandle Property (C1Border)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ClassHandle As IntPtr
    'Usage
     
    
    Dim instance As C1Border
    Dim value As IntPtr
     
    value = instance.ClassHandle
    public virtual IntPtr ClassHandle {get;}
    See Also