UIViewPropertyAnimator
UIViewPropertyAnimator()
UIViewPropertyAnimator(IntPtr)
UIViewPropertyAnimator(NativeHandle)
UIViewPropertyAnimator(NSObjectFlag)
UIViewPropertyAnimator(Double, IUITimingCurveProvider)
UIViewPropertyAnimator(Double, nfloat, Action)
UIViewPropertyAnimator(Double, NFloat, Action)
UIViewPropertyAnimator(Double, UIViewAnimationCurve, Action)
UIViewPropertyAnimator(Double, CGPoint, CGPoint, Action)
ClassHandle
Delay
Duration
FractionComplete
Interruptible
ManualHitTestingEnabled
PausesOnCompletion
Reversed
Running
ScrubsLinearly
State
TimingParameters
UserInteractionEnabled
AddAnimations(Action)
AddAnimations(Action, nfloat)
AddAnimations(Action, NFloat)
AddCompletion(Action<UIViewAnimatingPosition>)
ContinueAnimation(IUITimingCurveProvider, nfloat)
ContinueAnimation(IUITimingCurveProvider, NFloat)
Copy(NSZone)
CreateRunningPropertyAnimator(Double, Double, UIViewAnimationOptions, Action, Action<UIViewAnimatingPosition>)
FinishAnimation(UIViewAnimatingPosition)
PauseAnimation()
StartAnimation()
StartAnimation(Double)
StopAnimation(Boolean)
xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Register("UIViewPropertyAnimator", true)]
public class UIViewPropertyAnimator : NSObject, INSCopying, INativeObject, IDisposable, IUIViewAnimating, IUIViewImplicitlyAnimating
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("finishAnimationAtPosition:")]
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
public virtual void FinishAnimation(UIViewAnimatingPosition finalPosition);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API