Compartir a través de


ViewHandler.MapRotation(IViewHandler, IView) Método

Definición

Mapas la propiedad abstracta Rotation de una vista a las implementaciones específicas de la plataforma.

public:
 static void MapRotation(Microsoft::Maui::IViewHandler ^ handler, Microsoft::Maui::IView ^ view);
public static void MapRotation (Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view);
static member MapRotation : Microsoft.Maui.IViewHandler * Microsoft.Maui.IView -> unit
Public Shared Sub MapRotation (handler As IViewHandler, view As IView)

Parámetros

handler
IViewHandler

Controlador asociado.

view
IView

Instancia asociada IView .

Se aplica a