GrapeCity.ActiveReports.Chart.v9 Assembly > GrapeCity.ActiveReports.Chart Namespace : BackdropItem Class |
The following tables list the members exposed by BackdropItem.
Name | Description | |
---|---|---|
![]() | BackdropItem Constructor | Overloaded. Initializes a new instance of the BackdropItem class. |
Name | Description | |
---|---|---|
![]() | Alpha | Gets or sets the alpha level (transparency). (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | Color | Gets or sets the primary color used to fill the backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | Color2 | Gets or sets the secondary color used for gradient effects and patterns. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | ContextMenu | Gets or sets the shortcut menu associated with the control. |
![]() | Gradient | Gets or sets the enumerated GradientType used for the Backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | Pattern | Gets or sets the HatchStyle used for the Backdrop pattern. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | Picture | Gets or sets the image used for the Backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | PictureAlignment | Gets or sets the image alignment for the Backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | Style | Gets or sets the type of backdrop to use (i.e. solid, gradient, etc.). (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
Name | Description | |
---|---|---|
![]() | Clone | Creates a clone of the Backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | CopyFrom | Initializes the specified Backdrop object with settings. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | Dispose | Releases the Backdrop instance from memory. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | Equals | Compares the BackdropItem object to another System.Object to see if they are equal. |
![]() | FitToRectangle | Overloaded. Sets the bounding rectangle of the Backdrop. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | OnMouseDown | Raises the MouseDown event. |
![]() | OnMouseEnter | Raises the MouseEnter event. |
![]() | OnMouseHover | Raises the MouseHover event. |
![]() | OnMouseLeave | Raises the MouseLeave event. |
![]() | OnMouseMove | Raises the MouseMove event. |
![]() | OnMouseUp | Raises the MouseUp event. |
![]() | OnMouseWheel | Raises the MouseWheel event. |
![]() | Serialize | Creates XML encoding for the Backdrop object or reconstructs the object state from XML encoding. (Inherited from GrapeCity.ActiveReports.Chart.Graphics.Backdrop) |
Name | Description | |
---|---|---|
![]() | MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. |
![]() | MouseEnter | Occurs when the mouse pointer enters the control. |
![]() | MouseHover | Occurs when the mouse pointer hovers over the control. |
![]() | MouseLeave | Occurs when the mouse pointer leaves the control. |
![]() | MouseMove | Occurs when the mouse pointer is moved over the control. |
![]() | MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. |
![]() | MouseWheel | Occurs when the mouse wheel moves while the control has focus. |