Icon ColorStops Property

property ColorStops: TGradientColorStops

Available In: Visual Client Applications

Specifies the color stops for the gradient. Each color stop is represented by a color and a position (0-100), with each color transitioning to the next at the specified positions. Each position is relative to the existing width and height of the background area for a UI element or control, and adjusts proportionally as the background area is resized.

Information A gradient always requires at least 2 color stops at positions 0 and 100.
Image