Enumeration that controls whether resources should be shared or not.

Namespace: yWorks.yFiles.GraphML.Xaml
Assembly: 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 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