Gets the graphics.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
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: GraphicsThe graphics.






