ActiveReports.Chart Request technical support
Color Property
See Also 


Gets or sets the primary color used to fill the backdrop.

Syntax

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

Return Value

System.Drawing.Color.

See Also