ThemeLocation
Enum
This enumeration is used to distinguish between built-in and custom themes.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum ThemeLocation
Fields
Represents a built-in theme developed by Telerik and hosted in the control assembly.
C#
BuiltIn = 0
Represents a theme hosted in an external assembly.
C#
External = 1