ActiveReports Developer 7
Colors Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > ColorBlendEx Class : Colors Property

Glossary Item Box

Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient.

Syntax

Visual Basic (Declaration) 
Public Property Colors As ColorEx()
C# 
public ColorEx[] Colors {get; set;}

See Also