Compartir a través de


UITabBarController.SupportedInterfaceOrientations Propiedad

Definición

Delegado invocado por el objeto para obtener un valor.

public Func<UIKit.UITabBarController,UIKit.UIInterfaceOrientationMask> SupportedInterfaceOrientations { get; set; }
member this.SupportedInterfaceOrientations : Func<UIKit.UITabBarController, UIKit.UIInterfaceOrientationMask> with get, set

Valor de propiedad

Comentarios

Los desarrolladores asignan una función, un delegado o un método anónimo a esta propiedad para devolver un valor al objeto . Si los desarrolladores asignan un valor a esta propiedad, se restablecerá el valor de la propiedad WeakDelegate a un controlador interno que asigna delegados a eventos.

Se aplica a