Back to Devexpress

TabHeaderCustomDrawEventArgs.Graphics Property

windowsforms-devexpress-dot-xtratab-dot-tabheadercustomdraweventargs-f83c7dfc.md

latest1.2 KB
Original Source

TabHeaderCustomDrawEventArgs.Graphics Property

Provides access to the drawing surface.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public Graphics Graphics { get; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Graphics As Graphics

Property Value

TypeDescription
Graphics

An object that provides access to the drawing surface.

|

See Also

TabHeaderCustomDrawEventArgs Class

TabHeaderCustomDrawEventArgs Members

DevExpress.XtraTab Namespace