Returns adjustment by index.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Adjustment this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Adjustment
	Get
Visual C++
public:
property Adjustment^ default[int index] {
	Adjustment^ get (int index);
}

Parameters

index
Type: System..::..Int32

Return Value

Adjustment object.

See Also