LinkLayer

StockSharp.Xaml.Diagram.GXDiagram

This class holds only Links together in one layer.

Inherits: Layer

Properties

VisualChildrenCount
protected override int VisualChildrenCount { get; }
value = linkLayer.VisualChildrenCount

Return the number of links visible in this layer.

Methods

ArrangeCore
protected override void ArrangeCore(Rect finalRect)
linkLayer.ArrangeCore(finalRect)

Arrange all links that have a defined Bounds.

finalRect
GetVisualChild
protected override Visual GetVisualChild(int index)
result = linkLayer.GetVisualChild(index)

Get the nth link.

index
ToString
public override string ToString()
result = linkLayer.ToString()

For debugging convenience.