Table of Contents

Class DiagramSetting

Namespace
H.Controls.Diagram.Presenter
Assembly
H.Controls.Diagram.Presenter.dll
[Display(Name = "绘图面板", GroupName = "应用设置")]
public class DiagramSetting : LazySettableInstance<DiagramSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable
Inheritance
DiagramSetting
Implements
Inherited Members
Extension Methods

Properties

NodeDataDefaultFill

[Display(Name = "节点默认背景色")]
public Color NodeDataDefaultFill { get; set; }

Property Value

Color

NodeDataDefaultForeground

[Display(Name = "节点默认字体色")]
public Color NodeDataDefaultForeground { get; set; }

Property Value

Color

NodeDataDefaultStroke

[Display(Name = "节点默认前景色")]
public Color NodeDataDefaultStroke { get; set; }

Property Value

Color

SymbolDefaultBackground

[Display(Name = "符号默认背景色")]
public Color SymbolDefaultBackground { get; set; }

Property Value

Color