The ColorStop on the given position

Namespace: TallComponents.PDF.Brushes
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public ColorStop this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ColorStop
	Get

Parameters

index
Type: System..::..Int32
the zero-based index.

See Also