ElementAnimator.OnElementBoundsChanged 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual void OnElementBoundsChanged(UIElement ^ element, AnimationContext context, Rect oldBounds, Rect newBounds) = OnElementBoundsChanged;
/// [Windows.Foundation.Metadata.Experimental]
void OnElementBoundsChanged(UIElement const& element, AnimationContext const& context, Rect const& oldBounds, Rect const& newBounds);
[Windows.Foundation.Metadata.Experimental]
public void OnElementBoundsChanged(UIElement element, AnimationContext context, Rect oldBounds, Rect newBounds);
Public Sub OnElementBoundsChanged (element As UIElement, context As AnimationContext, oldBounds As Rect, newBounds As Rect)
参数
- element
- UIElement
- context
- AnimationContext
- oldBounds
- Rect
- newBounds
- Rect
- 属性