Class FloatingWindowInterceptorSettings
- Namespace
- Ink_Canvas
- Assembly
- InkCanvasForClass.dll
public class FloatingWindowInterceptorSettings
- Inheritance
-
FloatingWindowInterceptorSettings
- Inherited Members
-
Properties
AutoStart
[JsonProperty("autoStart")]
public bool AutoStart { get; set; }
Property Value
- bool
InterceptRules
[JsonProperty("interceptRules")]
public Dictionary<string, bool> InterceptRules { get; set; }
Property Value
- Dictionary<string, bool>
IsEnabled
[JsonProperty("isEnabled")]
public bool IsEnabled { get; set; }
Property Value
- bool
ScanIntervalMs
[JsonProperty("scanIntervalMs")]
public int ScanIntervalMs { get; set; }
Property Value
- int
ShowNotifications
[JsonProperty("showNotifications")]
public bool ShowNotifications { get; set; }
Property Value
- bool