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