ElementAnimator.StartBoundsChangeAnimation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- element
- UIElement
- context
- AnimationContext
- oldBounds
- Rect
- newBounds
- Rect
- 属性