ElementAnimator.StartHideAnimation(UIElement, AnimationContext) 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.
protected:
virtual void StartHideAnimation(UIElement ^ element, AnimationContext context) = StartHideAnimation;
/// [Windows.Foundation.Metadata.Experimental]
void StartHideAnimation(UIElement const& element, AnimationContext const& context);
[Windows.Foundation.Metadata.Experimental]
protected virtual void StartHideAnimation(UIElement element, AnimationContext context);
Protected Overridable Sub StartHideAnimation (element As UIElement, context As AnimationContext)
Parameters
- element
- UIElement
- context
- AnimationContext
- Attributes