ClassThemeLocationAttribute
Class
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:
cs-api-definition
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class ThemeLocationAttribute : Attribute
Inheritance: objectAttributeThemeLocationAttribute
Inherited Members
Constructors
ThemeLocationAttribute(ThemeLocation)
Initializes a new instance of the ThemeLocationAttribute class.
Declaration
cs-api-definition
public ThemeLocationAttribute(ThemeLocation location)
Parameters
location
The location.
Properties
Location
Gets the theme location type.
Declaration
cs-api-definition
public ThemeLocation Location { get; }
Property Value
The location.