ImageGear v26.3 - Updated
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)
    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