diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-02-04 09:04:55 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-02-04 09:04:55 +0200 |
| commit | ffba68ef988743f3b70f3cd85fa16eab2abc7030 (patch) | |
| tree | a60800adb4ac35bcda26461b92018790c613068b /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/IRealTimeGraph.cs | |
| parent | 9fa032b7aea6f2fbfdae05d21c3c10db174e1662 (diff) | |
| download | Tango-ffba68ef988743f3b70f3cd85fa16eab2abc7030.tar.gz Tango-ffba68ef988743f3b70f3cd85fa16eab2abc7030.zip | |
Modified video frame.
Modified developer module configuration design.
Implemented graph full-screen.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/IRealTimeGraph.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/IRealTimeGraph.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/IRealTimeGraph.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/IRealTimeGraph.cs index 5ca930c91..bf40d459e 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/IRealTimeGraph.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/IRealTimeGraph.cs @@ -44,5 +44,10 @@ namespace Tango.MachineStudio.Common.Controls /// Gets or sets the inner graph controller. /// </summary> GraphControllerBase Controller { get; set; } + + /// <summary> + /// Gets or sets a value indicating whether to enable toolbar buttons. + /// </summary> + bool EnableToolBar { get; set; } } } |
