Partager via


StepEasingFunction.StepCount Propriété

Définition

Nombre d’étapes entre la valeur de départ et la valeur de fin.

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

Valeur de propriété

Int32

int

Nombre d’étapes entre la valeur de départ et la valeur de fin.

S’applique à