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