Helper class that needs to be public used by the GraphML and XAML conversion process.

Namespace: yWorks.yFiles.UI.Markup.Common
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ContentPropertyAttribute("Wrappee")]
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class Wrapper
Visual Basic
<ContentPropertyAttribute("Wrappee")> _
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Class Wrapper

Remarks

This class is not intended to be used by API users.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Markup.Common..::..Wrapper

See Also