Class ThemePalette
Holds infrastructure for the bound resource in different themes.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public abstract class ThemePalette : Freezable
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the System.
Declaration
protected override sealed Freezable CreateInstanceCore()
Returns
System. The new instance. |
FreezeCore(Boolean)
Makes the System.
Declaration
protected override sealed bool FreezeCore(bool isChecking)
Parameters
System. True to return an indication of whether the object can be frozen (without actually freezing it); false to actually freeze the object. |
Returns
System. If |