CustomDrawItemMode Enum
Lists values that specify which elements of the default painting should be enabled when handling the DiagramControl.CustomDrawItem event.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
Disable the default painting of all elements of the item. |
Background
|
Enable only the default painting of the item’s background. |
Content
|
Enable only the default painting of the item’s content. |
All
|
Enable the default painting of all elements of the item. |
See Also