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

TabHeaderCustomDrawEventArgs.Graphics Property

Provides access to the drawing surface.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Graphics Graphics { get; }

Property Value

Type Description
Graphics

An object that provides access to the drawing surface.

See Also