CompositionAnimation.SetVector4Parameter(String, Vector4) Method

Definition

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

public:
 virtual void SetVector4Parameter(Platform::String ^ key, float4 value) = SetVector4Parameter;
void SetVector4Parameter(winrt::hstring const& key, float4 const& value);
public void SetVector4Parameter(string key, Vector4 value);
function setVector4Parameter(key, value)
Public Sub SetVector4Parameter (key As String, value As Vector4)

Parameters

key
String

Platform::String

winrt::hstring

The name of the parameter.

value
Vector4 Vector4

float4

The Vector4 value.

Applies to