StepEasingFunction.IsFinalStepSingleFrame 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.
Indique si l’étape finale doit durer la plus petite durée possible.
public:
property bool IsFinalStepSingleFrame { bool get(); void set(bool value); };
bool IsFinalStepSingleFrame();
void IsFinalStepSingleFrame(bool value);
public bool IsFinalStepSingleFrame { get; set; }
var boolean = stepEasingFunction.isFinalStepSingleFrame;
stepEasingFunction.isFinalStepSingleFrame = boolean;
Public Property IsFinalStepSingleFrame As Boolean
Valeur de propriété
Boolean
bool
Boolean indiquant si l’étape finale doit durer la plus petite durée possible (1 image).