Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 775 Bytes

compositionanimation_setvector3parameter_1106942413.md

File metadata and controls

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

Windows.UI.Composition.CompositionAnimation.SetVector3Parameter

-description

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

-parameters

-param key

The name of the parameter to set.

-param value

The Vector3 value.

-remarks

-examples

-see-also