Table of Contents

Class DiagramTemplates

Namespace
H.Controls.Diagram.Presenter.DiagramTemplates
Assembly
H.Controls.Diagram.Presenter.dll
[Icon("")]
[Display(Name = "选择模板")]
public class DiagramTemplates : DisplayBindableBase, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IDiagramTempaltes
Inheritance
DiagramTemplates
Implements
Inherited Members
Extension Methods

Properties

Collection

public ObservableCollection<IDiagramTemplate> Collection { get; set; }

Property Value

ObservableCollection<IDiagramTemplate>

SelectedDiagramTemplate

[JsonIgnore]
public IDiagramTemplate SelectedDiagramTemplate { get; set; }

Property Value

IDiagramTemplate