Class ThemeLocation
This enumeration is used to distinguish between built-in and custom themes.
Inheritance
System.Object
ThemeLocation
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ThemeLocation : Enum
Fields
BuiltIn
Represents a built-in theme developed by Telerik and hosted in the control assembly.
Declaration
public const ThemeLocation BuiltIn
Field Value
External
Represents a theme hosted in an external assembly.
Declaration
public const ThemeLocation External
Field Value
value__
Declaration
public int value__
Field Value
System.
|