NetXP 3.0 Reference

ColorCollection.Item Property

Retrieves an item at an index.

[Visual Basic]
Overloads Public Default Property Item( _
   ByVal index As Integer _
) As Color
[C#]
public System.Drawing.Color this[
   int index
] {get; set;}

See Also

ColorCollection Class | NETXP.Library Namespace | ColorCollection.Item Overload List