ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDisplayChannels Class / Item Property
The zero-based index.




In This Topic
Item Property (ImGearDisplayChannels)
In This Topic
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)

Parameters

index
The zero-based index.

Property Value

ImGearDisplayChannel class object.
See Also