Share via


CompositionAnimation.SetBooleanParameter(String, Boolean) Method

Definition

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

public:
 virtual void SetBooleanParameter(Platform::String ^ key, bool value) = SetBooleanParameter;
void SetBooleanParameter(winrt::hstring const& key, bool const& value);
public void SetBooleanParameter(string key, bool value);
function setBooleanParameter(key, value)
Public Sub SetBooleanParameter (key As String, value As Boolean)

Parameters

key
String

Platform::String

winrt::hstring

The name of the parameter to set.

value
Boolean

bool

The boolean value.

Applies to