Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 775 Bytes

compositionanimation_setvector2parameter_1182355325.md

File metadata and controls

28 lines (18 loc) · 775 Bytes
-api-id -api-type
M:Windows.UI.Composition.CompositionAnimation.SetVector2Parameter(System.String,Windows.Foundation.Numerics.Vector2)
winrt method

Windows.UI.Composition.CompositionAnimation.SetVector2Parameter

-description

Sets a Vector2 value parameter for use with an ExpressionAnimation or an expression keyframe.

-parameters

-param key

The name of the parameter to set.

-param value

The Vector2 value.

-remarks

-examples

-see-also