The ColorStopCollection class lets you define multiple color stops for a gradient brush.

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

Syntax

C#
public class ColorStopCollection : IEnumerable<ColorStop>, 
	IEnumerable
Visual Basic
Public Class ColorStopCollection _
	Implements IEnumerable(Of ColorStop), IEnumerable

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Brushes..::..ColorStopCollection

See Also