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


In This Topic
RequestPointerCapture Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("requestPointerCapture", 
   "()V", 
   "GetRequestPointerCaptureHandler", 
   ApiSince=26)>
Public Overridable Sub RequestPointerCapture() 
 
'Usage
 
Dim instance As AnnotationLayer
 
instance.RequestPointerCapture()
See Also