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.Windows.Freezable derived class.
Declaration
protected override sealed Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
The new instance. |
FreezeCore(Boolean)
Makes the System.Windows.Freezable object unmodifiable or tests whether it can be made unmodifiable.
Declaration
protected override sealed bool FreezeCore(bool isChecking)
Parameters
System.Boolean
isChecking
True to return an indication of whether the object can be frozen (without actually freezing it); false to actually freeze the object. |
Returns
System.Boolean
If |