UIViewController.ModalTransitionStyle Property
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.
The UIModalTransitionStyle to be used by PresentViewController(UIViewController, Boolean, Action).
public virtual UIKit.UIModalTransitionStyle ModalTransitionStyle { [Foundation.Export("modalTransitionStyle", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setModalTransitionStyle:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.ModalTransitionStyle : UIKit.UIModalTransitionStyle with get, set
Property Value
The default value is CoverVertical.
- Attributes
Remarks
This property specifies how PresentViewController(UIViewController, Boolean, Action) animates its presentation of a UIViewController.