Skip to main content

TabHeaderCustomDrawEventArgs.Graphics Property

Provides access to the drawing surface.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public Graphics Graphics { get; }

Property Value

Type Description
Graphics

An object that provides access to the drawing surface.

See Also