StepEasingFunction.IsFinalStepSingleFrame Property

Definition

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).

Applies to