StepEasingFunction.StepCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of steps between the starting value and the end value.
public:
property int StepCount { int get(); void set(int value); };
int StepCount();
void StepCount(int value);
public int StepCount { get; set; }
var int32 = stepEasingFunction.stepCount;
stepEasingFunction.stepCount = int32;
Public Property StepCount As Integer
Property Value
Int32
int
The number of steps between the starting value and the end value.