Class ExplorerSetting
public class ExplorerSetting : LazySettingInstance<ExplorerSetting>, INotifyPropertyChanged, IDisplayer, ISetting
- Inheritance
-
ExplorerSetting
- Implements
- Inherited Members
- Extension Methods
Properties
HistCapacity
[Display(Name = "历史容量")]
[Range(1, 30)]
public int HistCapacity { get; set; }