| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property Color As Color | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual Color Color {get; set;} | |
Return Value
The color used to fill the annotation object.| C# | Copy Code |
|---|---|
using DataDynamics.ActiveReports.Viewer.Annotations; | |