Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1BitmapIcon Class / PeerReference Property


In This Topic
    PeerReference Property (C1BitmapIcon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PeerReference As Java.Interop.JniObjectReference
    'Usage
     
    
    Dim instance As C1BitmapIcon
    Dim value As Java.Interop.JniObjectReference
     
    value = instance.PeerReference
    public Java.Interop.JniObjectReference PeerReference {get;}
    See Also