Enumeration values to control the order in which IOutputHandler instances are
used.
Namespace: yWorks.yFiles.GraphML.WriterAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum WritePrecedence |
| Visual Basic |
|---|
Public Enumeration WritePrecedence |
Members
| Member name | Description | ||
|---|---|---|---|
| BeforeChildren | -10 | The handler writes its content before the child nodes of the governing GraphML element. | |
| Default | 0 | Default precedence, the order in relation to child content is unspecified. | |
| AfterChildren | 10 | The handler writes its content after the child nodes of the governing GraphML element. |
Remarks
These enumeration values control whether the output handler is evaluated before or after any (optional) structural child
content of the owner element.