The color stops of this gradient.

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

Syntax

C#
public ColorStopCollection ColorStops { get; set; }
Visual Basic
Public Property ColorStops As ColorStopCollection
	Get
	Set

Remarks

If this property is set (does not equal null), then properties StartColor and EndColor are ignored.

See Also