C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / Touchables Property


In This Topic
Touchables Property (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
Public Overridable ReadOnly Property Touchables As IList(Of View)
 
'Usage
 
Dim instance As AnnotationLayer
Dim value As IList(Of View)
 
value = instance.Touchables
See Also