Interface IThemableObject<T>
Defines the members of an object which is part of a theme.
Namespace: Telerik.Windows.Documents.Spreadsheet.Theming
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public interface IThemableObject<T>
Type Parameters
T
|
Properties
IsFromTheme
Gets the value indicating if the instance is from a theme.
Declaration
bool IsFromTheme { get; }
Property Value
System.Boolean
The value indicating if the instance is from a theme. |
LocalValue
Gets the local value.
Declaration
T LocalValue { get; }
Property Value
T
The local value. |
Methods
GetActualValue(DocumentTheme)
Gets the actual value.
Declaration
T GetActualValue(DocumentTheme theme)
Parameters
DocumentTheme
theme
The theme. |
Returns
T
The actual value. |