LinkEndSegmentDirection

StockSharp.Xaml.Diagram.GXDiagram

This enumeration describes how the Route will compute an end segment angle in FrameworkElement).

Fields

Absolute
public const LinkEndSegmentDirection Absolute
value = LinkEndSegmentDirection.Absolute

The angle is the same even if the node has been rotated.

RotatedNode
public const LinkEndSegmentDirection RotatedNode
value = LinkEndSegmentDirection.RotatedNode

The angle is rotated to match the RotationAngle.

RotatedNodeOrthogonal
public const LinkEndSegmentDirection RotatedNodeOrthogonal
value = LinkEndSegmentDirection.RotatedNodeOrthogonal

The angle is rotated to match the RotationAngle, but only in increments of multiples of 90 degrees.