ActiveReports Developer 7
TextColor Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > AnnotationBaseText Class : TextColor Property

Glossary Item Box

Gets or sets the color of text used in the annotation.

Syntax

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

See Also