private void MoveCursorMenu(int index)
 {
     TransitionContentSlide.OnApplyTemplate();
     GridCursor.Margin = new Thickness(0, (170 + (60 * index)), 0, 0);
 }
Beispiel #2
0
 private void MoveOnSecectItem(int indexItem)
 {
     TransitionContentSlide.OnApplyTemplate();
     GridSelection.Margin = new Thickness(0, ((indexItem * 75)), 0, 0);
 }
 private void MoveCursor(int index)
 {
     TransitionContentSlide.OnApplyTemplate();
     TransitionGrid.Margin = new Thickness(0, ((index * 60) + 70), 0, 0);
 }