LinkShape
StockSharp.Xaml.Diagram.GXDiagram
This Shape is typically used as the line, perhaps curved or with multiple segments, representing a Link.
Inherits: Shape
Constructors
LinkShape
public LinkShape()
linkShape = LinkShape()
Construct a LinkShape that will get its geometry from its Link's Route.
Properties
DefiningGeometry
protected override Geometry DefiningGeometry { get; }
value = linkShape.DefiningGeometry
Gets the Geometry from the Route of the Link that contains this shape.