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.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class ThemeLocationAttribute : Attribute
Inheritance: objectAttributeThemeLocationAttribute
Inherited Members
Constructors
Initializes a new instance of the ThemeLocationAttribute class.
C#
public ThemeLocationAttribute(ThemeLocation location)
The location.
Properties
Gets the theme location type.
C#
public ThemeLocation Location { get; }
The location.