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

Glossary Item Box

The following tables list the members exposed by BackdropItem.

Public Constructors

 NameDescription
Public ConstructorBackdropItem ConstructorOverloaded. Initializes a new instance of the BackdropItem class.  
Top

Public Properties

 NameDescription
Public PropertyAlphaGets or sets the alpha level (transparency). (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Public PropertyColorGets or sets the primary color used to fill the backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Public PropertyColor2Gets or sets the secondary color used for gradient effects and patterns. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Public PropertyContextMenu

Gets or sets the shortcut menu associated with the control.

 
Public PropertyGradientGets or sets the enumerated GradientType used for the Backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Public PropertyPattern

Gets or sets the HatchStyle used for the Backdrop pattern.

(Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Public PropertyPictureGets or sets the image used for the Backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Public PropertyPictureAlignmentGets or sets the image alignment for the Backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Public PropertyStyle

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

(Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Top

Public Methods

 NameDescription
Public MethodCloneCreates a clone of the Backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Public MethodCopyFromInitializes the specified Backdrop object with settings. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Public MethodDisposeReleases the Backdrop instance from memory. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Public MethodEqualsCompares the BackdropItem object to another System.Object to see if they are equal.  
Public MethodFitToRectangleOverloaded. Sets the bounding rectangle of the Backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.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 MethodOnMouseDown

Raises the MouseDown event.

 
Public MethodOnMouseEnterRaises the MouseEnter event.  
Public MethodOnMouseHoverRaises the MouseHover event.  
Public MethodOnMouseLeaveRaises the MouseLeave event.  
Public MethodOnMouseMoveRaises the MouseMove event.  
Public MethodOnMouseUpRaises the MouseUp event.  
Public MethodOnMouseWheelRaises the MouseWheel event.  
Public MethodSerializeCreates XML encoding for the Backdrop object or reconstructs the object state from XML encoding. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop)
Top

Public Events

 NameDescription
Public EventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed.  
Public EventMouseEnterOccurs when the mouse pointer enters the control.  
Public EventMouseHoverOccurs when the mouse pointer hovers over the control.  
Public EventMouseLeaveOccurs when the mouse pointer leaves the control.  
Public EventMouseMoveOccurs when the mouse pointer is moved over the control.  
Public EventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released.  
Public EventMouseWheelOccurs when the mouse wheel moves while the control has focus.  
Top

See Also