C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / GetChildElements Method


In This Topic
GetChildElements Method (GridCellView)
In This Topic
Syntax
'Declaration
 
Public Overridable Function GetChildElements( _
   ByVal point As Xamarin.Forms.Point _
) As IList(Of GestureElement)
 
'Usage
 
Dim instance As GridCellView
Dim point As Xamarin.Forms.Point
Dim value As IList(Of GestureElement)
 
value = instance.GetChildElements(point)

Parameters

point
See Also