Namespace: yWorks.yFiles.Layout.Hierarchic.Incremental
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum IncrementalHintType |
| Visual Basic |
|---|
Public Enumeration IncrementalHintType |
Members
| Member name | Description | ||
|---|---|---|---|
| None | -1 | Type specifier that is used as a dummy. This hint actually tells the algorithm that the corresponding element should not be treated as an incrementally added element. | |
| LayerIncrementally | 0 | Type specifier that is used for nodes that shall be inserted into the drawing incrementally. | |
| SequenceIncrementally | 1 | Type specifier that is used for edges that shall be inserted into the drawing incrementally. | |
| PlaceUsingExactCoordinates | 4 | Type specifier that is used for nodes that shall be placed into the drawing from sketch using the exact current coordinates for both the position within the layer and the position in the sequence. | |
| PlaceUsingExactSequenceCoordinates | 5 | Type specifier that is used for nodes that shall be placed into the drawing from sketch using the exact current coordinates for the position within the sequence in the layer. | |
| PlaceUsingExactLayerCoordinates | 6 | Type specifier that is used for nodes that shall be placed into the drawing from sketch using the exact current coordinates for the position within the layer. |
See Also
IncrementalHint#ctor(IncrementalHintType)