Gets the graphics used to paint.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public Graphics Graphics { get; }
Visual Basic (Declaration)
Public ReadOnly Property Graphics As Graphics
Visual C++
public:
property Graphics^ Graphics {
	Graphics^ get ();
}

See Also