ElementAnimator.HasBoundsChangeAnimation 方法

定义

public:
 virtual bool HasBoundsChangeAnimation(UIElement ^ element, AnimationContext context, Rect oldBounds, Rect newBounds) = HasBoundsChangeAnimation;
/// [Windows.Foundation.Metadata.Experimental]
bool HasBoundsChangeAnimation(UIElement const& element, AnimationContext const& context, Rect const& oldBounds, Rect const& newBounds);
[Windows.Foundation.Metadata.Experimental]
public bool HasBoundsChangeAnimation(UIElement element, AnimationContext context, Rect oldBounds, Rect newBounds);
Public Function HasBoundsChangeAnimation (element As UIElement, context As AnimationContext, oldBounds As Rect, newBounds As Rect) As Boolean

参数

element
UIElement
oldBounds
Rect
newBounds
Rect

返回

Boolean

bool

属性

适用于