ImageButtonHandler Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public ref class ImageButtonHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::IImageButton ^, System::Object ^>, Microsoft::Maui::Handlers::IImageButtonHandler
public class ImageButtonHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.IImageButton,object>, Microsoft.Maui.Handlers.IImageButtonHandler
type ImageButtonHandler = class
inherit ViewHandler<IImageButton, obj>
interface IImageButtonHandler
interface IImageHandler
interface IViewHandler
interface IElementHandler
Public Class ImageButtonHandler
Inherits ViewHandler(Of IImageButton, Object)
Implements IImageButtonHandler
- Herencia
- Implementaciones
Constructores
| ImageButtonHandler() | |
| ImageButtonHandler(IPropertyMapper, CommandMapper) | |
| ImageButtonHandler(IPropertyMapper) |
Campos
| CommandMapper | |
| ImageMapper | |
| Mapper |
Propiedades
| ContainerView |
Obtiene la vista que actúa como contenedor para .PlatformView (Heredado de ViewHandler) |
| HasContainer |
Obtiene o establece un valor que indica si PlatformView está contenido en una vista. (Heredado de ViewHandler) |
| MauiContext | (Heredado de ElementHandler) |
| NeedsContainer |
Obtiene un valor que indica si necesita o no VirtualView una vista de contenedor. (Heredado de ViewHandler) |
| PlatformView | (Heredado de ViewHandler<TVirtualView,TPlatformView>) |
| Services | (Heredado de ElementHandler) |
| SourceLoader | |
| VirtualView | (Heredado de ViewHandler<TVirtualView,TPlatformView>) |