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