ActiveReports.Viewer3 Request technical support
Color Property
See Also 


Gets or sets the color of the Border of the Annotation. For internal use only.

Syntax

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

See Also