ComponentProfile 类
- 程序集
- ClassIsland.Core.dll
代表组件配置方案
public class ComponentProfile : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
ComponentProfile
- 实现
- 继承成员
属性
Lines
组件包含的主界面行
public ObservableCollection<MainWindowLineSettings> Lines { get; set; }