ImageGear .NET v25.1 - Updated
Item Property (ImGearDisplayChannels)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDisplayChannels Class : Item Property
The zero-based index.
Gets the collection member with specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ImGearDisplayChannel
'Usage
 
Dim instance As ImGearDisplayChannels
Dim index As Integer
Dim value As ImGearDisplayChannel
 
instance.Item(index) = value
 
value = instance.Item(index)
public ImGearDisplayChannel this[ 
   int index
]; {get; set;}
public: __property ImGearDisplayChannel* get_Item   int index
;
public: __property void set_Item   int index,
   ImGearDisplayChannel* value
;
public:
property ImGearDisplayChannel^ default [int] {
   ImGearDisplayChannel^ get(int index);
   void set (int indexImGearDisplayChannel^ value);
}

Parameters

index
The zero-based index.

Property Value

ImGearDisplayChannel class object.
See Also

Reference

ImGearDisplayChannels Class
ImGearDisplayChannels Members