Compartilhar via


UIPageViewController.GetPreferredInterfaceOrientationForPresentation Propriedade

Definição

Delegar invocado pelo objeto para obter um valor.

public Func<UIKit.UIPageViewController,UIKit.UIInterfaceOrientation> GetPreferredInterfaceOrientationForPresentation { get; set; }
member this.GetPreferredInterfaceOrientationForPresentation : Func<UIKit.UIPageViewController, UIKit.UIInterfaceOrientation> with get, set

Valor da propriedade

Comentários

Os desenvolvedores atribuem uma função, um delegado ou um método anônimo a essa propriedade para retornar um valor ao objeto . Se os desenvolvedores atribuirem um valor a essa propriedade, isso redefinirá o valor da propriedade WeakDelegate para um manipulador interno que mapeia delegados para eventos.

Aplica-se a