C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / GestureRecognizers Property


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