StepEasingFunction.IsFinalStepSingleFrame 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 final step should last the smallest possible duration.
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
Property Value
Boolean
bool
Boolean indicating whether the final step should last the smallest possible duration (1 frame).