ActiveReports Developer 7
Backdrop Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace : Backdrop Class

Glossary Item Box

The following tables list the members exposed by Backdrop.

Public Constructors

 NameDescription
Public ConstructorBackdrop ConstructorOverloaded. Initializes a new instance of the Backdrop class.  
Top

Public Properties

 NameDescription
Public PropertyAlphaGets or sets the alpha level (transparency).  
Public PropertyColorGets or sets the primary color used to fill the backdrop.  
Public PropertyColor2Gets or sets the secondary color used for gradient effects and patterns.  
Public PropertyGradientGets or sets the enumerated GradientType used for the Backdrop.  
Public PropertyPattern

Gets or sets the HatchStyle used for the Backdrop pattern.

 
Public PropertyPictureGets or sets the image used for the Backdrop.  
Public PropertyPictureAlignmentGets or sets the image alignment for the Backdrop.  
Public PropertyStyle

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

 
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the Backdrop.  
Public MethodCopyFromInitializes the specified Backdrop object with settings.  
Public MethodDisposeReleases the Backdrop instance from memory.  
Public MethodEqualsCompares the Backdrop object to another System.Object to see whether they are equal.  
Public MethodFitToRectangleOverloaded. Sets the bounding rectangle of the Backdrop.  
Public MethodGetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
Public MethodSerializeCreates XML encoding for the Backdrop object or reconstructs the object state from XML encoding.  
Top

See Also