ActiveReports Developer 7
Style Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Backdrop Class : Style Property

Glossary Item Box

Gets or sets the type of backdrop to use (i.e. solid, gradient, etc.).

Syntax

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

Property Value

A valid BackdropStyle enumeration.

See Also