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