Freigeben über


BooleanKeyFrameAnimation.InsertKeyFrame(Single, Boolean) Methode

Definition

Fügt einen Keyframe ein.

public:
 virtual void InsertKeyFrame(float normalizedProgressKey, bool value) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
void InsertKeyFrame(float const& normalizedProgressKey, bool const& value);
[Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
public void InsertKeyFrame(float normalizedProgressKey, bool value);
function insertKeyFrame(normalizedProgressKey, value)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Boolean)

Parameter

normalizedProgressKey
Single

float

Die Zeit, zu der der Keyframe auftreten soll, ausgedrückt als Prozentsatz der Dauer der Animation. Der zulässige Wert liegt zwischen 0,0 und 1,0.

value
Boolean

bool

Der Wert des Keyframes.

Attribute

Gilt für: