KeyFrameAnimation.InsertExpressionKeyFrame Methode

Definition

Überlädt

InsertExpressionKeyFrame(Single, String)

Fügt einen Ausdrucksschlüsselrahmen ein.

InsertExpressionKeyFrame(Single, String, CompositionEasingFunction)

Fügt einen Ausdrucksschlüsselrahmen ein.

InsertExpressionKeyFrame(Single, String)

Fügt einen Ausdrucksschlüsselrahmen ein.

public:
 virtual void InsertExpressionKeyFrame(float normalizedProgressKey, Platform::String ^ value) = InsertExpressionKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertExpressionKeyFrame")]
void InsertExpressionKeyFrame(float const& normalizedProgressKey, winrt::hstring const& value);
[Windows.Foundation.Metadata.Overload("InsertExpressionKeyFrame")]
public void InsertExpressionKeyFrame(float normalizedProgressKey, string value);
function insertExpressionKeyFrame(normalizedProgressKey, value)
Public Sub InsertExpressionKeyFrame (normalizedProgressKey As Single, value As String)

Parameter

normalizedProgressKey
Single

float

Die Zeit, zu der der Schlüsselrahmen auftreten soll, ausgedrückt als Prozentsatz der Animationsdauer. Der zulässige Wert liegt zwischen 0,0 und 1,0.

value
String

Platform::String

winrt::hstring

Der Ausdruck, der zum Berechnen des Werts des Keyframes verwendet wird.

Attribute

Weitere Informationen

Gilt für:

InsertExpressionKeyFrame(Single, String, CompositionEasingFunction)

Fügt einen Ausdrucksschlüsselrahmen ein.

public:
 virtual void InsertExpressionKeyFrame(float normalizedProgressKey, Platform::String ^ value, CompositionEasingFunction ^ easingFunction) = InsertExpressionKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertExpressionKeyFrameWithEasingFunction")]
void InsertExpressionKeyFrame(float const& normalizedProgressKey, winrt::hstring const& value, CompositionEasingFunction const& easingFunction);
[Windows.Foundation.Metadata.Overload("InsertExpressionKeyFrameWithEasingFunction")]
public void InsertExpressionKeyFrame(float normalizedProgressKey, string value, CompositionEasingFunction easingFunction);
function insertExpressionKeyFrame(normalizedProgressKey, value, easingFunction)
Public Sub InsertExpressionKeyFrame (normalizedProgressKey As Single, value As String, easingFunction As CompositionEasingFunction)

Parameter

normalizedProgressKey
Single

float

Die Zeit, zu der der Schlüsselrahmen auftreten soll, ausgedrückt als Prozentsatz der Animationsdauer. Der zulässige Wert liegt zwischen 0,0 und 1,0.

value
String

Platform::String

winrt::hstring

Der Ausdruck, der zum Berechnen des Werts des Keyframes verwendet wird.

easingFunction
CompositionEasingFunction

Die Beschleunigungsfunktion, die beim Interpolieren zwischen Frames verwendet werden soll.

Attribute

Weitere Informationen

Gilt für: