Northwoods.GoWPF 2.2.4 Assembly
LinkPanelImplementation Enumeration

This enumeration describes the kinds of principal elements a LinkPanel uses to render the route of a Link.
Syntax
Public Enum LinkPanelImplementation 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
public enum LinkPanelImplementation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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

Reference

Northwoods.GoXam Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback