Share via


StepEasingFunction.IsFinalStepSingleFrame Eigenschaft

Definition

Gibt an, ob der letzte Schritt möglichst klein sein soll.

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

Eigenschaftswert

Boolean

bool

Boolescher Wert, der angibt, ob der letzte Schritt die kleinstmögliche Dauer (1 Frame) dauern soll.

Gilt für: