ElementAnimator.HasBoundsChangeAnimation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
- context
- AnimationContext
- oldBounds
- Rect
- newBounds
- Rect
傳回
Boolean
bool
- 屬性