Exemple #1
0
 public FZConfigProperties()
 {
     FancyzonesShiftDrag                    = new BoolProperty(ConfigDefaults.DefaultFancyzonesShiftDrag);
     FancyzonesOverrideSnapHotkeys          = new BoolProperty();
     FancyzonesMouseSwitch                  = new BoolProperty();
     FancyzonesMoveWindowsAcrossMonitors    = new BoolProperty();
     FancyzonesMoveWindowsBasedOnPosition   = new BoolProperty();
     FancyzonesOverlappingZonesAlgorithm    = new IntProperty();
     FancyzonesDisplayChangeMoveWindows     = new BoolProperty();
     FancyzonesZoneSetChangeMoveWindows     = new BoolProperty();
     FancyzonesAppLastZoneMoveWindows       = new BoolProperty();
     FancyzonesOpenWindowOnActiveMonitor    = new BoolProperty();
     FancyzonesRestoreSize                  = new BoolProperty();
     FancyzonesQuickLayoutSwitch            = new BoolProperty(ConfigDefaults.DefaultFancyzonesQuickLayoutSwitch);
     FancyzonesFlashZonesOnQuickSwitch      = new BoolProperty(ConfigDefaults.DefaultFancyzonesFlashZonesOnQuickSwitch);
     UseCursorposEditorStartupscreen        = new BoolProperty(ConfigDefaults.DefaultUseCursorposEditorStartupscreen);
     FancyzonesShowOnAllMonitors            = new BoolProperty();
     FancyzonesSpanZonesAcrossMonitors      = new BoolProperty();
     FancyzonesZoneHighlightColor           = new StringProperty(ConfigDefaults.DefaultFancyZonesZoneHighlightColor);
     FancyzonesHighlightOpacity             = new IntProperty(50);
     FancyzonesEditorHotkey                 = new KeyboardKeysProperty(DefaultEditorHotkeyValue);
     FancyzonesWindowSwitching              = new BoolProperty(true);
     FancyzonesNextTabHotkey                = new KeyboardKeysProperty(DefaultNextTabHotkeyValue);
     FancyzonesPrevTabHotkey                = new KeyboardKeysProperty(DefaultPrevTabHotkeyValue);
     FancyzonesMakeDraggedWindowTransparent = new BoolProperty();
     FancyzonesExcludedApps                 = new StringProperty();
     FancyzonesInActiveColor                = new StringProperty(ConfigDefaults.DefaultFancyZonesInActiveColor);
     FancyzonesBorderColor                  = new StringProperty(ConfigDefaults.DefaultFancyzonesBorderColor);
     FancyzonesSystemTheme                  = new BoolProperty(true);
 }
 public AlwaysOnTopProperties()
 {
     Hotkey                  = new KeyboardKeysProperty(DefaultHotkeyValue);
     FrameEnabled            = new BoolProperty(DefaultFrameEnabled);
     FrameThickness          = new IntProperty(DefaultFrameThickness);
     FrameColor              = new StringProperty(DefaultFrameColor);
     SoundEnabled            = new BoolProperty(DefaultSoundEnabled);
     DoNotActivateOnGameMode = new BoolProperty(DefaultDoNotActivateOnGameMode);
     ExcludedApps            = new StringProperty();
 }