Helper class for XAML usage.

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

Syntax

C#
[ContentPropertyAttribute("Parameters")]
[MarkupExtensionReturnTypeAttribute(typeof(GenericLabelModel))]
public class GenericModelExtension : MarkupExtension
Visual Basic
<ContentPropertyAttribute("Parameters")> _
<MarkupExtensionReturnTypeAttribute(GetType(GenericLabelModel))> _
Public Class GenericModelExtension _
	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.UI.Markup..::..GenericModelExtension

See Also