Enumeration for the possible scopes of a graphml attribute.
Namespace: yWorks.yFiles.GraphMLAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true)] public enum KeyScope |
| Visual Basic |
|---|
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True)> _ Public Enumeration KeyScope |
Members
| Member name | Description | ||
|---|---|---|---|
| All | 0 | Unscoped for key definition | |
| Node | 1 | Node-Scope for key definition. | |
| Edge | 2 | Edge-Scope for key definition. | |
| Graph | 3 | Graph-Scope for key definition. | |
| Port | 4 | Port-Scope for key definition. | |
| Graphml | 5 | Graphml-Scope for key definition. |