Helper class for XAML usage.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public sealed class ResourceKeyConverter : TypeConverter
Visual Basic
Public NotInheritable Class ResourceKeyConverter _
	Inherits TypeConverter

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.ComponentModel..::..TypeConverter
    yWorks.Support.Windows..::..ResourceKeyConverter

See Also