Table of Contents

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

DiagramElement

Figure

Figure id.

string Figure { get; set; }

Property Value

string

Key

Key.

string Key { get; set; }

Property Value

string

Location

Location.

PointF Location { get; set; }

Property Value

PointF

Text

Custom text.

string Text { get; set; }

Property Value

string

TypeId

Type id.

Guid TypeId { get; set; }

Property Value

Guid