ActiveReports.Viewer3 Request technical support
TextColor Property
See Also 


Gets or sets the color of the text that is rendered with the annotation.

Syntax

Visual Basic (Declaration) 
Public Property TextColor As Color
Visual Basic (Usage)Copy Code
Dim instance As AnnotationText
Dim value As Color
 
instance.TextColor = value
 
value = instance.TextColor
C# 
public Color TextColor {get; set;}

See Also