Table of Contents

ComponentProfile 类

命名空间
ClassIsland.Core.Models.Components
程序集
ClassIsland.Core.dll

代表组件配置方案

public class ComponentProfile : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging
继承
ComponentProfile
实现
继承成员

属性

Lines

组件包含的主界面行

public ObservableCollection<MainWindowLineSettings> Lines { get; set; }

属性值

ObservableCollection<MainWindowLineSettings>