UIDocumentBrowserTransitionController.TransitionDuration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the time, in seconds, that the animation is expected to take.
[Foundation.Export("transitionDuration:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual double TransitionDuration (UIKit.IUIViewControllerContextTransitioning transitionContext);
abstract member TransitionDuration : UIKit.IUIViewControllerContextTransitioning -> double
override this.TransitionDuration : UIKit.IUIViewControllerContextTransitioning -> double
Parameters
- transitionContext
- IUIViewControllerContextTransitioning
The transition context for the animation.
Returns
Implements
- Attributes