Esempio n. 1
0
 private void UpdateEnableOrientationSupport(bool isEnabledOrientationSupport)
 {
     OrientationHelper.SetIsActive(this, isEnabledOrientationSupport);
     OrientationHelper.SetPageOrientationCallback(this, HandleOrientationChange);
 }