[]
Represents backdrop that acts as separate item, i.e. may handle mouse events
[TypeConverter(typeof(BackdropItem.Converter))]
public sealed class BackdropItem : Backdrop, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IDisposable, IMouseEnabled, IMouseHandler
| Name | Description |
|---|---|
| BackdropItem() | Creates a new instance of the BackdropItem object |
| BackdropItem(HatchStyle, Color, Color) | Creates a new instance of the BackdropItem object with a "hatch" style. |
| BackdropItem(HatchStyle, Color, Color, AntiAliasMode) | Creates a new instance of the BackdropItem object of a "hatch" style. |
| BackdropItem(Image, PicturePutStyle) | Creates a new instance of the BackdropItem object with a "picture" style. |
| BackdropItem(Image, PicturePutStyle, AntiAliasMode) | Creates a new instance of the BackdropItem object with a "picture" style. |
| BackdropItem(AntiAliasMode) | Creates a new instance of the BackdropItem object |
| BackdropItem(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle) | Creates a new instance of the BackdropItem object. |
| BackdropItem(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, AntiAliasMode) | Creates a new instance of the BackdropItem object. |
| BackdropItem(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte) | Creates a new instance of the BackdropItem object. |
| BackdropItem(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte, AntiAliasMode) | Creates a new instance of the BackdropItem object. |
| BackdropItem(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte, AntiAliasMode, object) | Initializes a new instance of the BackdropItem class. |
| BackdropItem(GradientType, Color, Color) | Creates a new instance of the BackdropItem object of a "gradient" style. |
| BackdropItem(GradientType, Color, Color, AntiAliasMode) | Creates a new instance of the BackdropItem object of a "gradient" style. |
| BackdropItem(Color) | Creates a new instance of the BackdropItem object |
| BackdropItem(Color, AntiAliasMode) | Creates a new instance of the BackdropItem object. |
| BackdropItem(Color, byte) | Creates a new instance of the BackdropItem object. |
| BackdropItem(Color, byte, AntiAliasMode) | Creates a new instance of the BackdropItem object. |
| BackdropItem(string) | For internal use only. |
| BackdropItem(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| ContextMenu | Gets or sets the shortcut menu associated with the control. |
| Name | Description |
|---|---|
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Serves as the default hash function. |
| OnMouseDown(GraphMouseEventArgs) | Handles the MouseDown event. |
| OnMouseEnter(GraphMouseEventArgs) | Handles the MouseEnter event. |
| OnMouseHover(GraphMouseEventArgs) | Handles the MouseHover event. |
| OnMouseLeave(GraphMouseEventArgs) | Handles the MouseLeave event. |
| OnMouseMove(GraphMouseEventArgs) | Handles the MouseMove event. |
| OnMouseUp(GraphMouseEventArgs) | Handles the MouseUp event. |
| OnMouseWheel(GraphMouseEventArgs) | Handles the MouseWheel event. |
| 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. |