Northwoods.GoSilverlight 1.2.2 Assembly
LinkShape Class
Members  See Also  Send Feedback
Northwoods.GoXam Namespace : LinkShape Class

This Shape is typically used as the line, perhaps curved or with multiple segments, representing a Link.

Syntax

Visual Basic (Declaration) 
Public Class LinkShape 
   Inherits System.Windows.Shapes.Path
C# 
public class LinkShape : System.Windows.Shapes.Path 

Remarks

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

In WPF, you must use the <go:LinkShape> element instead of a <Path> element. In Silverlight 3, you must use the <Path> element instead of a <go:LinkShape> element. In Silverlight 4, you may use either the <Path> element or a <go:LinkShape> element.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Shapes.Shape
               System.Windows.Shapes.Path
                  Northwoods.GoXam.LinkShape

Requirements

See Also

© 2010 All Rights Reserved.