ImageProperties 1.0 control documentation

Gets an individual ImagePropertyItem object from the collection by the specified numerical index.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As ImagePropertyItem
[C#]
public ImagePropertyItem this[
   int index
] {get;}

Parameters

index
The index of the property in collection.

Property Value

Reference to ImagePropertyItem object at the specified index in collection.

See Also

ImageProperties Class | ElementIT.ImageProperties Namespace