StepEasingFunction.StepCount Property

Definition

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.

Applies to