Constant for merging policy.
Namespace: yWorks.yFiles.Layout.Hierarchic.IncrementalAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum MergingPolicy |
| Visual Basic |
|---|
Public Enumeration MergingPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| AddBelow | 0 | Constant for merging policy. This policy adds new layers from the source layering below the layers in the target layering. | |
| AddAbove | 1 | Constant for merging policy. This policy adds new layers from the source layering above the layers in the target layering. | |
| AddRightTopAligned | 18 | Constant for merging policy. This policy adds new layers from the source layering to the right of the layers in the target layering. Both layerings will be top aligned before the merge. | |
| AddRightBottomAligned | 34 | Constant for merging policy. This policy adds new layers from the source layering to the right of the layers in the target layering. Both layerings will be bottom aligned before the merge. | |
| AddRightCenterAligned | 66 | Constant for merging policy. This policy adds new layers from the source layering to the right of the layers in the target layering. Both layerings will be center aligned before the merge. | |
| AddLeftTopAligned | 19 | Constant for merging policy. This policy adds new layers from the source layering to the left of the layers in the target layering. Both layerings will be top aligned before the merge. | |
| AddLeftBottomAligned | 35 | Constant for merging policy. This policy adds new layers from the source layering to the left of the layers in the target layering. Both layerings will be bottom aligned before the merge. | |
| AddLeftCenterAligned | 67 | Constant for merging policy. This policy adds new layers from the source layering to the left of the layers in the target layering. Both layerings will be center aligned before the merge. |