Namespace: yWorks.yFiles.Layout.Genealogy
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum FamilyMembersSortingPolicy |
| Visual Basic |
|---|
Public Enumeration FamilyMembersSortingPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| DoNotSortBySex | 0 | Disables sorting the individuals according to their sex. | |
| FemaleFirst | 1 | Places female individuals before their male siblings and partners if possible. | |
| FemaleAlwaysFirst | 2 | Places female individuals before their male siblings and partners. | |
| MaleFirst | 3 | Places female individuals before their male siblings and partners if possible. | |
| MaleAlwaysFirst | 4 | Places female individuals before their male siblings and partners. |