StepEasingFunction.IsInitialStepSingleFrame 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.
Indicates whether the initial step should last the smallest possible duration.
public:
property bool IsInitialStepSingleFrame { bool get(); void set(bool value); };
bool IsInitialStepSingleFrame();
void IsInitialStepSingleFrame(bool value);
public bool IsInitialStepSingleFrame { get; set; }
var boolean = stepEasingFunction.isInitialStepSingleFrame;
stepEasingFunction.isInitialStepSingleFrame = boolean;
Public Property IsInitialStepSingleFrame As Boolean
Property Value
Boolean
bool
Boolean indicating whether the initial step should last the smallest possible duration (1 frame).