C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Line Class / GestureRecognizers Property


In This Topic
GestureRecognizers Property (Line)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property GestureRecognizers As IList(Of IGestureRecognizer)
 
'Usage
 
Dim instance As Line
Dim value As IList(Of IGestureRecognizer)
 
value = instance.GestureRecognizers
See Also