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

BarItemCustomDrawEventArgs.Graphics Property

Provides access to the Graphics object associated with this bar item link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

public Graphics Graphics { get; }

Property Value

Type Description
Graphics

A Graphics object associated with this bar item link.

See Also