Item

GradientStopCollection indexer

Gets the gradient stop by the index.

public GradientStop this[int index] { get; set; }
Parameter Description
index The index.

Return Value

The gradient stop.

See Also