Skip to main content
A newer version of this page is available. .
Bar

BarCustomDrawEventArgs.Graphics Property

Gets the drawing surface of the element being painted.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

public virtual Graphics Graphics { get; }

Property Value

Type Description
Graphics

A System.Drawing.Graphics object used to paint.

See Also