UIKit.UIViewController.ProvidesPresentationContextTransitionStyle Property
true if this UIKit.UIViewController overrides the transition style of the UIKit.UIViewController that it presents.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[get: Foundation.Export("providesPresentationContextTransitionStyle")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[set: Foundation.Export("setProvidesPresentationContextTransitionStyle:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
public virtual bool ProvidesPresentationContextTransitionStyle { get; set; }

Value

The default value is false

Remarks

If left at it’s default false value, the transition style of a presented UIKit.UIViewController is determined by the presented UIKit.UIViewController’s UIViewController.ModalTransitionStyle property. If this UIViewController.ProvidesPresentationContextTransitionStyle property is set to true, the transition style is determined by the presenting UIKit.UIViewController’s UIViewController.ModalTransitionStyle property.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0