| File: Core\ITextButton.cs | Web Access | 
| Project: src\src\Core\src\Core.csproj (Microsoft.Maui) | 
| namespace Microsoft.Maui { /// <summary> /// Functionality related with the Button View text. /// </summary> public interface ITextButton : IView, IButton, IText { } } |