Compositor.CreateExpressionAnimation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateExpressionAnimation() |
Erstellt eine instance von ExpressionAnimation. |
CreateExpressionAnimation(String) |
Erstellt eine instance von ExpressionAnimation. |
CreateExpressionAnimation()
Erstellt eine instance von ExpressionAnimation.
public:
virtual ExpressionAnimation ^ CreateExpressionAnimation() = CreateExpressionAnimation;
/// [Windows.Foundation.Metadata.Overload("CreateExpressionAnimation")]
ExpressionAnimation CreateExpressionAnimation();
[Windows.Foundation.Metadata.Overload("CreateExpressionAnimation")]
public ExpressionAnimation CreateExpressionAnimation();
function createExpressionAnimation()
Public Function CreateExpressionAnimation () As ExpressionAnimation
Gibt zurück
Gibt das erstellte ExpressionAnimation-Objekt zurück .
- Attribute
Weitere Informationen
Gilt für:
CreateExpressionAnimation(String)
Erstellt eine instance von ExpressionAnimation.
public:
virtual ExpressionAnimation ^ CreateExpressionAnimation(Platform::String ^ expression) = CreateExpressionAnimation;
/// [Windows.Foundation.Metadata.Overload("CreateExpressionAnimationWithExpression")]
ExpressionAnimation CreateExpressionAnimation(winrt::hstring const& expression);
[Windows.Foundation.Metadata.Overload("CreateExpressionAnimationWithExpression")]
public ExpressionAnimation CreateExpressionAnimation(string expression);
function createExpressionAnimation(expression)
Public Function CreateExpressionAnimation (expression As String) As ExpressionAnimation
Parameter
- expression
-
String
Platform::String
winrt::hstring
Der Ausdruck, der beschreibt, wie expressionAnimation seinen aktuellen Wert berechnen soll.
Gibt zurück
Gibt das erstellte ExpressionAnimation-Objekt zurück .
- Attribute