Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / PeerReference Property


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