GoXam for WPF v3
LinkPanelImplementation Enumeration
Northwoods.GoXam Namespace : LinkPanelImplementation Enumeration
This enumeration describes the kinds of principal elements a LinkPanel uses to render the route of a Link.
Syntax
public enum LinkPanelImplementation : System.Enum 
Members
MemberDescription
FixedThe link is shown as any rotated fixed-size UIElement.
PathThe 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.
StretchThe 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.
Remarks
This is the type of the LinkPanel.Implementation property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.LinkPanelImplementation

See Also

Reference

Northwoods.GoXam Namespace