Esempio n. 1
0
 void Button_Clicked_1(object sender, EventArgs e)
 {
     CircularShell.SetFlyoutForegroundColor(Shell.Current, (sender as Button).BackgroundColor);
 }
Esempio n. 2
0
 void Button_Clicked(object sender, EventArgs e)
 {
     CircularShell.SetFlyoutForegroundColor(Shell.Current, Color.Default);
 }