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

This enumeration controls how much effort LayeredDigraphLayout.ReduceCrossings puts into trying to look for link crossings.

Syntax

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

Members

MemberDescription
Less The faster, less agressive crossing reduction algorithm
More The slower, more agressive crossing reduction algorithm
None The fastest, but poorest, crossing reduction algorithm

Inheritance Hierarchy

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

Requirements

See Also

© 2010 All Rights Reserved.