Beispiel #1
0
 public SettingsMainVM()
 {
     AllowOverstretch        = SettingsSetters.GetAllowOverstretch();
     FadeAnimationEnabled    = SettingsSetters.GetFadeAnimationEnabled();
     ZoomControlsVisible     = EnumToIndexConverter(SettingsSetters.GetZoomControlsVisible());
     RotationControlsVisible = EnumToIndexConverter(SettingsSetters.GetRotationControlsVisible());
     LengthUnit = SettingsSetters.GetLengthUnit();
     BackgroundHandler();
 }
Beispiel #2
0
 public SettingsMainVM()
 {
     AllowOverstretch     = SettingsSetters.GetAllowOverstretch();
     FadeAnimationEnabled = SettingsSetters.GetFadeAnimationEnabled();
 }