Пример #1
0
 private void TapGestureRecognizerx2_OnTapped(object sender, EventArgs e)
 {
     arrow2.RotateTo(arrow2.Rotation == 180 ? 0 : 180, 250U, Easing.Linear);
     BoardLocation.ScaleTo(Math.Abs(BoardLocation.Scale) < 1 ? 1 : 0, 150U, Easing.CubicIn);
     BoardLocation.HeightRequest = Math.Abs(BoardLocation.HeightRequest) < 1 ? _boardLocationHeight : 0;
 }