Class ThemeLocationAttribute
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.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ThemeLocationAttribute : Attribute
Constructors
ThemeLocationAttribute(ThemeLocation)
Initializes a new instance of the ThemeLocationAttribute class.
Declaration
public ThemeLocationAttribute(ThemeLocation location)
Parameters
ThemeLocation
location
The location. |
Properties
Location
Gets the theme location type.
Declaration
public ThemeLocation Location { get; }
Property Value
ThemeLocation
The location. |