RadControls for WPF

The ThemeLocation attribute decorates a Theme class and carries information about where the theme is hosted. If a theme does not have that attribute, it is treated as an external theme by default.

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

Syntax

C#
public sealed class ThemeLocationAttribute : Attribute
Visual Basic
Public NotInheritable Class ThemeLocationAttribute _
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Telerik.Windows.Controls..::..ThemeLocationAttribute

See Also