Helper class for XAML usage.

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

Syntax

C#
[ContentPropertyAttribute("Items")]
public class ListExtension : MarkupExtension
Visual Basic
<ContentPropertyAttribute("Items")> _
Public Class ListExtension _
	Inherits MarkupExtension

Remarks

This class is not meant to be used from within code but supports the writing and parsing of XAML code only.

Inheritance Hierarchy

System..::..Object
  yWorks.Support.Windows..::..MarkupExtension
    yWorks.yFiles.GraphML.Markup..::..ListExtension

See Also