CustomDrawObjectEventArgs.Graphics Property
Gets an object used to paint the object.
Namespace: DevExpress.XtraNavBar.ViewInfo
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Graphics | A Graphics object used for painting. |
Remarks
Use the Graphics property to access the object used to perform object painting. This object provides methods for drawing shapes, text and images to the associated display device.
The Graphics property returns the Graphics member value of the CustomDrawObjectEventArgs.ObjectInfo object.
See Also