ElementAnimator.StartBoundsChangeAnimation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- element
- UIElement
- context
- AnimationContext
- oldBounds
- Rect
- newBounds
- Rect
- Attribute