Action
Gets the value that is one step smaller than the current value property and not smaller than the maximum property value.
Syntax
C#
protected Double previousValue { get; }
VB
'Declaration
Protected Read Property previousValue As Double
Access
Read only.