Layout mode constant that can be used in
LayoutMode
.
Namespace: yWorks.yFiles.Layout.HierarchicAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum LayoutMode |
| Visual Basic |
|---|
Public Enumeration LayoutMode |
Members
| Member name | Description | ||
|---|---|---|---|
| Incremental | 0 | Layout mode constant that can be used in LayoutMode . This constant sets the layout algorithm to incremental mode, i.e. fixed elements will be handled by the fixedElementsSequencer and fixedElementsLayerer and elements marked for incremental layout will be added to the drawing later. | |
| FromScratch | 1 | Layout mode constant that can be used in LayoutMode . This constant sets the layout algorithm to "from scratch mode", i.e. the algorithm will recompute the layout from scratch. |