maui-linux/Xamarin.Forms.Platform.UAP/IToolBarForegroundBinder.cs

10 строки
219 B
C#

using Windows.UI.Xaml.Controls;
namespace Xamarin.Forms.Platform.UWP
{
internal interface IToolBarForegroundBinder
{
void BindForegroundColor(AppBar appBar);
void BindForegroundColor(AppBarButton button);
}
}