Share via


UINavigationControllerDelegate_Extensions.GetPreferredInterfaceOrientation Method

Definition

Can be overridden to set the preferred interface orientation of the .

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIInterfaceOrientation GetPreferredInterfaceOrientation(this UIKit.IUINavigationControllerDelegate This, UIKit.UINavigationController navigationController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPreferredInterfaceOrientation : UIKit.IUINavigationControllerDelegate * UIKit.UINavigationController -> UIKit.UIInterfaceOrientation

Parameters

navigationController
UINavigationController

Returns

Attributes

Applies to