Skip to main content

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

NuGet Package: DevExpress.Win.Diagram

Declaration

[Flags]
public enum CustomDrawItemMode

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