Gets the graphics where to paint the control.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

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