Interface ICompositionModelNode
- Namespace
- StockSharp.Diagram
- Assembly
- StockSharp.Diagram.Core.dll
Node.
public interface ICompositionModelNode : ICloneable
- Inherited Members
- Extension Methods
Properties
Element
DiagramElement Element { get; set; }
Property Value
Figure
Figure id.
string Figure { get; set; }
Property Value
Key
Key.
string Key { get; set; }
Property Value
Location
Location.
PointF Location { get; set; }
Property Value
Text
Custom text.
string Text { get; set; }
Property Value
TypeId
Type id.
Guid TypeId { get; set; }