Exemple #1
0
        protected override void OnRotating(MR.Gestures.RotateEventArgs e)
        {
            base.OnRotating(e);

            SetAnchor(e.Center);
            Rotation += e.DeltaAngle;
        }
 void Cell_Rotated(object sender, MR.Gestures.RotateEventArgs e)
 {
     ((TextOnlyViewModel)BindingContext).AddText("Cell_Rotated method called");
 }