Northwoods.GoWPF 1.3.5 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.Shape
   Implements ISupportInitializeIFrameworkInputElementIInputElementIQueryAmbientIAnimatable 

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, you may use either the <go:LinkShape> element or 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

Requirements

See Also

© 2012 All Rights Reserved.