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 ArrayExtension : MarkupExtension
Visual Basic
<ContentPropertyAttribute("Items")> _
Public Class ArrayExtension _
	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..::..ArrayExtension

See Also