CustomDrawItemEventArgs Properties
Provides data for the DiagramControl.CustomDrawItem event.| Name | Description |
|---|---|
| Appearance | Provides access to the item’s appearance settings. |
| Context | Returns the value that indicates whether the item is to be drawn on the canvas, toolbox, in the print or export output or as the drag preview. |
| Decorator | |
| Graphics | Returns an object that provides painting facilities. |
| GraphicsCache | Returns an object that provides painting facilities. |
| Item | Gets the processed diagram item. |
| Size | Gets the item size. |
See Also