Enumeration that controls whether resources should be shared or not.
Namespace: yWorks.yFiles.GraphML.XamlAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum GraphMLSharingMode |
| Visual Basic |
|---|
Public Enumeration GraphMLSharingMode |
Members
| Member name | Description | ||
|---|---|---|---|
| Auto | 0 | Specifies that the share mode of a member should be determined automatically according to the current property value. | |
| Never | 1 | Never share the object. | |
| Always | 2 | Always share the object. |