UISearchController.TransitionDuration 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從動畫物件取得轉換動畫的持續時間,以秒為單位。
[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
參數
- transitionContext
- IUIViewControllerContextTransitioning
傳回
實作
- 屬性