Helper class for XAML usage.

Namespace: yWorks.yFiles.UI.Markup
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ContentPropertyAttribute("Parameters")]
[MarkupExtensionReturnTypeAttribute(typeof(GenericLabelModel))]
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
public class GenericModelExtension : MarkupExtension
Visual Basic
<ContentPropertyAttribute("Parameters")> _
<MarkupExtensionReturnTypeAttribute(GetType(GenericLabelModel))> _
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
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