ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / MappingCollection Class / IndexOf Method / IndexOf(TileProperty) Method

In This Topic
    IndexOf(TileProperty) Method
    In This Topic
    Determines index of the first PropertyMapping for the specified tile property.
    Syntax
    'Declaration
     
    
    Public Overloads Function IndexOf( _
       ByVal tileProperty As TileProperty _
    ) As Integer
    public int IndexOf( 
       TileProperty tileProperty
    )

    Parameters

    tileProperty
    See Also