CompositionAnimation.SetVector4Parameter(String, Vector4) 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 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.