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