GradientStopCollection.Item

GradientStopCollection indexer

Gets the gradient stop by the index.

public GradientStop this[int index] { get; set; }
ParameterDescription
indexThe index.

Return Value

The gradient stop.

See Also