LinkPanelImplementation
StockSharp.Xaml.Diagram.GXDiagram
This enumeration describes the kinds of principal elements a LinkPanel uses to render the route of a Link.
Fields
Fixed
public const LinkPanelImplementation Fixed
value = LinkPanelImplementation.Fixed
The link is shown as any rotated fixed-size UIElement.
Path
public const LinkPanelImplementation Path
value = LinkPanelImplementation.Path
The normal case where the route is shown as a stroked open Shape that is a possibly multi-segment or curved line. For this case the value of Path will be a LinkShape.
Stretch
public const LinkPanelImplementation Stretch
value = LinkPanelImplementation.Stretch
The link is shown as any rotated UIElement, but its width is arranged to be stretched to reach the distance between the end points of the route.