ActiveReports Developer 7
Color Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > PenEx Class : Color Property

Glossary Item Box

Gets or sets the color of this PenEx object.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Color As ColorEx
C# 
public abstract ColorEx Color {get; set;}

See Also