Namespace: yWorks.yFiles.Layout.Genealogy
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
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. |