CompositionAnimationGroup.Remove(CompositionAnimation) 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.
Removes an animation from the animation group.
public:
virtual void Remove(CompositionAnimation ^ value) = Remove;
void Remove(CompositionAnimation const& value);
public void Remove(CompositionAnimation value);
function remove(value)
Public Sub Remove (value As CompositionAnimation)
Parameters
- value
- CompositionAnimation
The animation to remove from the group.