RadControls for WPF

ThemeResourceKey class is used by the theming mechanism. Every visual control has a control template with different ThemeResourceKey for each theme.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.2.611.40

Syntax

C#
public class ThemeResourceKey : ResourceKey
Visual Basic
Public Class ThemeResourceKey _
	Inherits ResourceKey

Inheritance Hierarchy

System..::..Object
  System.Windows.Markup..::..MarkupExtension
    System.Windows..::..ResourceKey
      Telerik.Windows.Controls..::..ThemeResourceKey

See Also