StepEasingFunction.StepCount Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.