Skip to main content

CustomDrawObjectEventArgs.Graphics Property

Gets an object used to paint the object.

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual Graphics Graphics { get; }

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