Compartir a través de


ViewHandler.MapRotationY(IViewHandler, IView) Método

Definición

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

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

Parámetros

handler
IViewHandler

Controlador asociado.

view
IView

Instancia asociada IView .

Se aplica a