xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIViewAnimating", WrapperType = typeof(UIViewAnimatingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StartAnimation", Selector = "startAnimation")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PauseAnimation", Selector = "pauseAnimation")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StartAnimation", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(double) }, Selector = "startAnimationAfterDelay:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StopAnimation", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(bool) }, Selector = "stopAnimation:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FinishAnimation", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIViewAnimatingPosition) }, Selector = "finishAnimationAtPosition:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "state", IsProperty = true, IsRequired = true, IsStatic = false, Name = "State", PropertyType = typeof(UIViewAnimatingState), Selector = "state")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isRunning", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Running", PropertyType = typeof(bool), Selector = "running")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isReversed", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Reversed", PropertyType = typeof(bool), Selector = "reversed", SetterSelector = "setReversed:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "fractionComplete", IsProperty = true, IsRequired = true, IsStatic = false, Name = "FractionComplete", PropertyType = typeof(nfloat), Selector = "fractionComplete", SetterSelector = "setFractionComplete:")]
public interface IUIViewAnimating : INativeObject, IDisposable
}
.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. |