Compositor.CreateExpressionAnimation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateExpressionAnimation() |
Creates an instance of ExpressionAnimation. |
CreateExpressionAnimation(String) |
Creates an instance of ExpressionAnimation. |
CreateExpressionAnimation()
Creates an instance of 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
Returns
Returns the created ExpressionAnimation object.
- Attributes
See also
Applies to
CreateExpressionAnimation(String)
Creates an instance of 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
Parameters
- expression
-
String
Platform::String
winrt::hstring
The expression describing how the ExpressionAnimation should calculate its current value.
Returns
Returns the created ExpressionAnimation object.
- Attributes