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

These enumerated values can be bitwise combined as values for the LayeredDigraphLayout.PackOption property, which controls how much and what kinds of effort LayeredDigraphLayout.StraightenAndPack makes.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum LayeredDigraphPack 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
[FlagsAttribute()]
public enum LayeredDigraphPack : System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AllEnable all options for the LayeredDigraphLayout.StraightenAndPack method.
ExpandThis option gives more chances for LayeredDigraphLayout.StraightenAndPack to improve the layout of the network, but is very expensive in time for large networks.
MedianThis option tries to have LayeredDigraphLayout.StraightenAndPack center groups of nodes based on their relationships with nodes in other layers.
NoneDo minimal work in LayeredDigraphLayout.StraightenAndPack.
StraightenThis option tries to have LayeredDigraphLayout.StraightenAndPack straighten many of the links that cross layers.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.LayeredDigraphPack

Requirements

See Also

© 2010 All Rights Reserved.