Enumeration for the possible scopes of a graphml attribute.
Namespace: yWorks.yFiles.GraphMLAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
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. |