summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP/IToolBarForegroundBinder.cs
blob: 21562bda84bc751a72f6753b9ee3d7808a474537 (plain)
1
2
3
4
5
6
7
8
9
10
using Windows.UI.Xaml.Controls;

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