LinkLayer
StockSharp.Xaml.Diagram.GXDiagram
This class holds only Links together in one layer.
Inherits: Layer
Properties
Links
public IEnumerable<Link> Links { get; }
value = linkLayer.Links
Get a collection of Links that this layer holds.
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