Enumeration that controls whether resources should be shared or not.

Namespace: yWorks.yFiles.GraphML.Xaml
Assembly: 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 GraphMLSharingMode
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True)> _
Public Enumeration GraphMLSharingMode

Members

Member nameDescription
Auto0 Specifies that the share mode of a member should be determined automatically according to the current property value.
Never1 Never share the object.
Always2 Always share the object.

See Also