HexColorViewModel
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:
C#
public class HexColorViewModel : ColorViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseColorViewModelHexColorViewModel
Implements:
Inherited Members
Constructors
C#
public HexColorViewModel()
Properties
Methods
Updates the color of from a unified color.
C#
public override void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Overrides: