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

This enumeration controls how LayeredDigraphLayout.RemoveCycles changes the graph to make sure it contains no cycles or loops.

Syntax

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

Members

MemberDescription
DepthFirstRemove cycles using LayeredDigraphLayout.DepthFirstSearchCycleRemoval
GreedyRemove cycles using LayeredDigraphLayout.GreedyCycleRemoval

Inheritance Hierarchy

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

Requirements

See Also

© 2010 All Rights Reserved.