Exemple #1
0
 static extern int navigator_set_orientation(ApplicationOrientation angle, IntPtr id);
Exemple #2
0
 static extern int navigator_set_orientation(ApplicationOrientation angle, IntPtr id);
Exemple #3
0
 public void SetOrientation(ApplicationOrientation angle)
 {
     navigator_set_orientation(angle, IntPtr.Zero);
 }
Exemple #4
0
 public void SetOrientation(ApplicationOrientation angle)
 {
     navigator_set_orientation (angle, IntPtr.Zero);
 }