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

Represents a color abstraction over the ViewModelBase class.

Definition

Constructors

C#
protected ColorViewModel()

Properties

Gets or sets the alpha channel of the color.

C#
public double Alpha { get; set; }
Property Value:

The alpha.

Methods

Updates the color of from a unified color.

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

The color scheme.

Extension Methods