CompositionAnimation.SetVector3Parameter(String, Vector3) Method

Definition

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

public:
 virtual void SetVector3Parameter(Platform::String ^ key, float3 value) = SetVector3Parameter;
void SetVector3Parameter(winrt::hstring const& key, float3 const& value);
public void SetVector3Parameter(string key, Vector3 value);
function setVector3Parameter(key, value)
Public Sub SetVector3Parameter (key As String, value As Vector3)

Parameters

key
String

Platform::String

winrt::hstring

The name of the parameter to set.

value
Vector3 Vector3

float3

The Vector3 value.

Applies to