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

Namespace: yWorks.yFiles.UI.Markup.Common
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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