Helper class for XAML usage.

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

Syntax

C#
[ContentPropertyAttribute("Items")]
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
public class GenericListExtension : MarkupExtension
Visual Basic
<ContentPropertyAttribute("Items")> _
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
Public Class GenericListExtension _
	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
  System.Windows.Markup..::..MarkupExtension
    yWorks.yFiles.GraphML.Markup..::..GenericListExtension

See Also