StepEasingFunction.IsFinalStepSingleFrame Property

Definition

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

Applies to