New to Telerik UI for WPFStart a free 30-day trial

Represents a ViewModel of the HEX representation of a color.

Definition

Constructors

C#
public HexColorViewModel()

Properties

Gets or sets the string value of the HEX color view model.

C#
public string Value { get; set; }

Methods

Updates the color of from a unified color.

C#
public override void UpdateFromUnifiedColor(UnifiedColor colorScheme)
Parameters:colorSchemeUnifiedColor

Overrides: ColorViewModel.UpdateFromUnifiedColor(UnifiedColor)