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.ControlsAssembly:Â
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
See Also