Class DiagramSetting
[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
NodeDataDefaultForeground
[Display(Name = "节点默认字体色")]
public Color NodeDataDefaultForeground { get; set; }
Property Value
NodeDataDefaultStroke
[Display(Name = "节点默认前景色")]
public Color NodeDataDefaultStroke { get; set; }
Property Value
SymbolDefaultBackground
[Display(Name = "符号默认背景色")]
public Color SymbolDefaultBackground { get; set; }