public bool CanToggleStretch(StretchModes stretchMode)
 {
     return(!IsRunningCapture);
 }
 public void ToggleStretch(StretchModes stretchMode)
 {
     Stretch           = stretchMode.Stretch;
     IsStretchMenuOpen = false;
 }