Compartilhar via


StepEasingFunction.StepCount Propriedade

Definição

O número de etapas entre o valor inicial e o valor final.

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

Valor da propriedade

Int32

int

O número de etapas entre o valor inicial e o valor final.

Aplica-se a