Compartir a través de


ViewHandler.MapRotationX(IViewHandler, IView) Método

Definición

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

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

Parámetros

handler
IViewHandler

Controlador asociado.

view
IView

Instancia asociada IView .

Se aplica a