ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TileListBoxPanel Class / GetIndexAt Method
The point.

In This Topic
    GetIndexAt Method (C1TileListBoxPanel)
    In This Topic
    Gets the item index at the specified position.
    Syntax
    'Declaration
     
    Public Overrides Function GetIndexAt( _
       ByVal point As Windows.Foundation.Point _
    ) As System.Integer
    public override System.int GetIndexAt( 
       Windows.Foundation.Point point
    )

    Parameters

    point
    The point.
    See Also