GoXam for WPF v3
LinkShape Class
Members 
Northwoods.GoXam Namespace : LinkShape Class
This Shape is typically used as the line, perhaps curved or with multiple segments, representing a Link.
Syntax
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class LinkShape : System.Windows.Shapes.Shape 
Remarks

This shape must be either the only element of a Link DataTemplate or a child element of a LinkPanel which is itself the root element of a Link.

You must use the <go:LinkShape> element instead of a <Path> element.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Shapes.Shape
                     Northwoods.GoXam.LinkShape

See Also

Reference

LinkShape Members
Northwoods.GoXam Namespace