StepEasingFunction.StepCount プロパティ

定義

開始値と終了値の間のステップ数。

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

プロパティ値

Int32

int

開始値と終了値の間のステップ数。

適用対象