Class BaseColor
Defines a base color
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class BaseColor : ViewModelBase, INotifyPropertyChanged, IDataErrorInfo, INotifyDataErrorInfo, INotifyDataPropertyChanged, IActiveAware, IClosingAware, IBusyAware
Properties
View SourceColor
Gets or sets the System.Windows.Media.Color struct
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
HlsColor
Gets or sets the equivalent HLSColor
Declaration
public HLSColor HlsColor { get; set; }
Property Value
| Type | Description |
|---|---|
| HLSColor |
Tip
Gets or sets the Tooltip for the color
Declaration
public string Tip { get; set; }
Property Value
| Type | Description |
|---|---|
| string |