DataTemplateDictionary
StockSharp.Xaml.Diagram.GXDiagram
This dictionary holds a number of DataTemplates indexed by category names.
Inherits: Dictionary<string, DataTemplate>
Constructors
DataTemplateDictionary
public DataTemplateDictionary()
dataTemplateDictionary = DataTemplateDictionary()
Create an empty dictionary.
DataTemplateDictionary
protected DataTemplateDictionary(SerializationInfo info, StreamingContext context)
dataTemplateDictionary = DataTemplateDictionary(info, context)
Defined for serialization.
- info
- context
Properties
Comment
public DataTemplate Comment { get; set; }
value = dataTemplateDictionary.Comment
dataTemplateDictionary.Comment = value
Gets or sets the data template named "Comment".
Default
public DataTemplate Default { get; set; }
value = dataTemplateDictionary.Default
dataTemplateDictionary.Default = value
Gets or sets the default data template, whose name is an empty string, "".
LinkLabel
public DataTemplate LinkLabel { get; set; }
value = dataTemplateDictionary.LinkLabel
dataTemplateDictionary.LinkLabel = value
Gets or sets the data template named "LinkLabel".