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

Namespace: yWorks.yFiles.UI.Markup.Common
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
[ContentPropertyAttribute("Wrappee")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class Wrapper
Visual Basic
<ContentPropertyAttribute("Wrappee")> _
<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