public enum LinkPanelImplementation : System.Enum
public enum LinkPanelImplementation : System.Enum
| Member | Description |
|---|---|
| Fixed | The link is shown as any rotated fixed-size UIElement. |
| 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 LinkPanel.Path will be a LinkShape. |
| 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. |
System.Object
System.ValueType
System.Enum
Northwoods.GoXam.LinkPanelImplementation