Gets or sets the image at the specified index. 
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public ImageWrap this[ int index ] { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Default Property Item ( _ index As Integer _ ) As ImageWrap  | 
| Visual C++ | 
|---|
public: property ImageWrap^ default[int index] { ImageWrap^ get (int index); void set (int index, ImageWrap^ value); }  | 
Parameters
- index
 - Type: System..::.Int32