Skip to main content
Bar

BarCustomDrawEventArgs.Graphics Property

Gets the drawing surface of the element being painted.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual Graphics Graphics { get; }

Property Value

Type Description
Graphics

A System.Drawing.Graphics object used to paint.

See Also