LinkPanelImplementation

StockSharp.Xaml.Diagram.GXDiagram

This enumeration describes the kinds of principal elements a LinkPanel uses to render the route of a Link.

Поля

Fixed : LinkPanelImplementation

The link is shown as any rotated fixed-size UIElement.

Path : LinkPanelImplementation

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 : LinkPanelImplementation

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.