C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / GestureRecognizers Property


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