The base class for ComponentResourceKey that exists for compatibility with WPF classes

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

Syntax

C#
[TypeConverterAttribute(typeof(ResourceKeyConverter))]
public class ResourceKey
Visual Basic
<TypeConverterAttribute(GetType(ResourceKeyConverter))> _
Public Class ResourceKey

Inheritance Hierarchy

System..::..Object
  yWorks.Support.Windows..::..ResourceKey
    yWorks.Support.Windows..::..ComponentResourceKey

See Also