Back to Devexpress

CustomDrawItemMode Enum

windowsforms-devexpress-dot-xtradiagram-dd2c91c8.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Flags]
public enum CustomDrawItemMode
vb
<Flags>
Public Enum CustomDrawItemMode

Members

NameDescription
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

DevExpress.XtraDiagram Namespace