Table of Contents

MainWindowLineSettings 类

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

代表主界面行的配置

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

属性

Children

主界面行包含的组件列表

public ObservableCollection<ComponentSettings> Children { get; set; }

属性值

ObservableCollection<ComponentSettings>

IsMainLine

是否为主要行

public bool IsMainLine { get; set; }

属性值

bool