This document is archived and information here might be outdated. Recommended version. |
The step increment of the progression.
[Visual Basic .NET] Public Property StepValue As Integer
[C#] public int StepValue {get; set;}
[C++]
HRESULT get_StepValue(
long Step
);
[C++]
HRESULT put_StepValue(
System.Int32* Step
);
[C++]
Parameters Step [in]
Step is a parameter of type long Step [out, retval]
Step is a parameter of type long*
The increment value taken by the progression with each step.