CompositionAnimation.SetVector2Parameter(String, Vector2) 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.
Sets a Vector2 value parameter for use with an ExpressionAnimation or an expression keyframe.
public:
virtual void SetVector2Parameter(Platform::String ^ key, float2 value) = SetVector2Parameter;
void SetVector2Parameter(winrt::hstring const& key, float2 const& value);
public void SetVector2Parameter(string key, Vector2 value);
function setVector2Parameter(key, value)
Public Sub SetVector2Parameter (key As String, value As Vector2)
Parameters
- key
-
String
Platform::String
winrt::hstring
The name of the parameter to set.