NodeLayer

StockSharp.Xaml.Diagram.GXDiagram

This class holds only Nodes together in one layer.

Hereda de: Layer

Propiedades

Nodes : IEnumerable<Node>

Get a collection of Nodes that this layer holds.

VisualChildrenCount : int

Return the number of visible nodes in this layer.

Métodos

Add(Node)

Add a Node to this layer.

part
ArrangeCore(Rect)

Arrange all nodes that have a defined Bounds.

finalRect
GetVisualChild(int) : Visual

Get the nth node.

index
Remove(Node)

Remove a Node from this layer.

part
ToString() : string

For debugging convenience.