StepEasingFunction.InitialStep Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The step to start at.
public:
property int InitialStep { int get(); void set(int value); };
int InitialStep();
void InitialStep(int value);
public int InitialStep { get; set; }
var int32 = stepEasingFunction.initialStep;
stepEasingFunction.initialStep = int32;
Public Property InitialStep As Integer
Property Value
Int32
int
The step to start at.