Implements Item[([(Int32])]).

Namespace:  PerpetuumSoft.Instrumentation.Model.Drawing
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public ColorSection this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As ColorSection
Visual C++
public:
property ColorSection^ default[int index] {
	ColorSection^ get (int index);
	void set (int index, ColorSection^ value);
}

Parameters

index
Type: System..::.Int32

See Also