The properties of UIKit.UIPresentationController are listed below. For a list of all members, see the UIPresentationController Members list.
See Also: Inherited members from Foundation.NSObject
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | ContainerView | UIView. Gets the UIKit.UIView in which a presentation occurs. |
| Delegate | IUIAdaptivePresentationControllerDelegate. An instance of the UIKit.UIAdaptivePresentationControllerDelegate model class which acts as the class delegate. | |
| [read-only] | FrameOfPresentedViewInContainerView | CoreGraphics.CGRect. Gets the frame rectangle that the controller assigns to the presented view at the end of animations. |
| OverrideTraitCollection | UITraitCollection. Gets and sets additional traits for managed view controllers. | |
| [read-only] | PreferredContentSize | CoreGraphics.CGSize. Gets the preferred size for the content of the container. |
| [read-only] | PresentationStyle | UIModalPresentationStyle. Gets the preferred presentation style for this controller. |
| [read-only] | PresentedView | UIView. Gets the view to present. |
| [read-only] | PresentedViewController | UIViewController. Gets the view controller being presented. |
| [read-only] | PresentingViewController | UIViewController. Gets the view controller that is the presentation starting point. |
| [read-only] | ShouldPresentInFullscreen | bool. Gets whether the presentation covers the whole screen. |
| [read-only] | ShouldRemovePresentersView | bool. Gets whether to remove the presenting view controller view when the presentation animations finish. |
| [read-only] | TraitCollection | UITraitCollection. Gets the collection of traits for this presentation controller. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |