ClassColorViewModel
Class
Represents a color abstraction over the ViewModelBase class.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.ViewModel
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public abstract class ColorViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseColorViewModel
Derived Classes:
Implements:
Inherited Members
Constructors
ColorViewModel()
Declaration
cs-api-definition
protected ColorViewModel()
Properties
Methods
UpdateFromUnifiedColor(UnifiedColor)
Updates the color of from a unified color.
Declaration
cs-api-definition
public abstract void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Parameters
colorScheme
The color scheme.