Skip to main content

CustomDrawEventArgs Properties

Provides basic data required to perform custom painting of an element.
Name Description
Appearance Gets the painted element’s appearance settings.
Bounds Gets the painted element’s bounding rectangle.
Cache Gets an object specifying the storage for the most used pens, fonts and brushes.
Graphics Gets an object used to paint.
Handled Gets or sets a value specifying whether an event was handled and that the default element painting is therefore not required.
IsRightToLeft Gets a value indicating whether the TreeList’s elements are aligned to support locales using right-to-left fonts.
ObjectArgs Gets an object containing information about the painted element.
Painter Gets the painter object that provides the default element’s painting mechanism.
See Also