Skip to main content
Bar

BarItemCustomDrawEventArgs.Graphics Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Graphics Graphics { get; }

Property Value

Type Description
Graphics

A Graphics object associated with this bar item link.

See Also