ThemeStorageType
Enum
Defines the theme storage type.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum ThemeStorageType
Fields
Indicates that the theme is contained in a external file.
C#
File = 0
Indicates that the theme is contained as a resource.
C#
Resource = 1