| File: Core\IImageButton.cs | Web Access | 
| Project: src\src\Core\src\Core.csproj (Microsoft.Maui) | 
| namespace Microsoft.Maui { /// <summary> /// Represents a View that reacts to touch events. /// </summary> public interface IImageButton : IButton, IImage, IButtonStroke { } } |