ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewPanel Class / GetIndexAt Method

In This Topic
    GetIndexAt Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetIndexAt( _
       ByVal point As Windows.Foundation.Point _
    ) As System.Integer
    public System.int GetIndexAt( 
       Windows.Foundation.Point point
    )

    Parameters

    point
    See Also