aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Controls/IValueControl.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/IValueControl.cs')
-rw-r--r--Software/Visual_Studio/Tango.Touch/Controls/IValueControl.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/IValueControl.cs b/Software/Visual_Studio/Tango.Touch/Controls/IValueControl.cs
index 86158f41c..761ac83bd 100644
--- a/Software/Visual_Studio/Tango.Touch/Controls/IValueControl.cs
+++ b/Software/Visual_Studio/Tango.Touch/Controls/IValueControl.cs
@@ -11,6 +11,7 @@ namespace Tango.Touch.Controls
double Value { get; set; }
double Minimum { get; set; }
double Maximum { get; set; }
+ double Step { get; set; }
double JoggingFactor { get; set; }
bool AutoCalculateJogStep { get; set; }
}