CompositionAnimation.SetBooleanParameter(String, Boolean) 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.
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
- value
-
Boolean
bool