Class StateSetting
public class StateSetting : Setting<StateSetting>, INotifyPropertyChanged, IDisplayer, ISetting
- Inheritance
-
StateSetting
- Implements
- Inherited Members
- Extension Methods
Properties
DoNotingMinite
[Display(Name = "鼠标键盘动作(分钟)")]
public int DoNotingMinite { get; set; }
Property Value
IsEnabled
[Display(Name = "是否启用")]
public bool IsEnabled { get; set; }
Property Value
StateDoNotingMode
[Display(Name = "鼠标键盘动作(分钟)")]
public StateDoNotingMode StateDoNotingMode { get; set; }