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

In This Topic
    Item(TileProperty) Property
    In This Topic
    Gets the first PropertyMapping for the specified tile property.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal tileProperty As TileProperty _
    ) As PropertyMapping
    public PropertyMapping Item( 
       TileProperty tileProperty
    ) {get;}

    Parameters

    tileProperty
    See Also