C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / FindViewWithTag Method


In This Topic
FindViewWithTag Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("findViewWithTag", 
   "(Ljava/lang/Object;)Landroid/view/View;", 
   "")>
Public Function FindViewWithTag( _
   ByVal tag As Java.Lang.Object _
) As Android.Views.View
 
'Usage
 
Dim instance As AnnotationLayer
Dim tag As Java.Lang.Object
Dim value As Android.Views.View
 
value = instance.FindViewWithTag(tag)

Parameters

tag
See Also