Beispiel #1
0
 public void SetZoomProperties(bool backgroundChecked, bool multiSlideChecked)
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.ZoomPropertiesEdited(backgroundChecked, multiSlideChecked);
     });
 }