Class HexColorViewModel
Represents a ViewModel of the HEX representation of a color.
Inherited Members
Namespace: Telerik.Windows.Controls.ColorEditor.ViewModel
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class HexColorViewModel : ColorViewModel, INotifyPropertyChanged, IDisposable
Constructors
HexColorViewModel()
Declaration
public HexColorViewModel()
Properties
Value
Gets or sets the string value of the HEX color view model.
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
UpdateFromUnifiedColor(UnifiedColor)
Updates the color of from a unified color.
Declaration
public override void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Parameters
UnifiedColor
colorScheme
|