Gets the graphics.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Property Value

Type: Graphics
The graphics.

See Also