Northwoods.GoSilverlight 1.2.2 Assembly
LinkPanelImplementation Enumeration
See Also  Send Feedback
Northwoods.GoXam Namespace : LinkPanelImplementation Enumeration

This enumeration describes the kinds of principal elements a LinkPanel uses to render the route of a Link.

Syntax

Visual Basic (Declaration) 
Public Enum LinkPanelImplementation 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum LinkPanelImplementation : System.Enum, IComparableIConvertibleIFormattable  

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 (WPF) or a Path (Silverlight).
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

Requirements

See Also

© 2010 All Rights Reserved.