ClassHexColorViewModel
Class
Represents a ViewModel of the HEX representation of a color.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.ViewModel
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class HexColorViewModel : ColorViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseColorViewModelHexColorViewModel
Implements:
Inherited Members
Constructors
HexColorViewModel()
Declaration
cs-api-definition
public HexColorViewModel()
Properties
Methods
UpdateFromUnifiedColor(UnifiedColor)
Updates the color of from a unified color.
Declaration
cs-api-definition
public override void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Parameters
colorScheme
Overrides