RadControls for WinForms

Defines the theme storage type.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
public enum ThemeStorageType
Visual Basic
Public Enumeration ThemeStorageType

Members

Member nameValueDescription
File0 Indicates that the theme is contained in a external file.
Resource1 Indicates that the theme is contained as a resource.

See Also