CompositionAnimation.ClearParameter(String) 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.
Clears a parameter from the animation.
public:
virtual void ClearParameter(Platform::String ^ key) = ClearParameter;
void ClearParameter(winrt::hstring const& key);
public void ClearParameter(string key);
function clearParameter(key)
Public Sub ClearParameter (key As String)
Parameters
- key
-
String
Platform::String
winrt::hstring
The parameter to clear.