RadControls for WPF

This enumeration is used to distinguish between built-in and custom themes.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40

Syntax

C#
public enum ThemeLocation
Visual Basic
Public Enumeration ThemeLocation

Members

Member nameValueDescription
BuiltIn0 Represents a built-in theme developed by Telerik and hosted in the control assembly.
External1 Represents a theme hosted in an external assembly.

See Also