Class BaseColor
Defines a base color
Implements
System.ComponentModel.INotifyPropertyChanged
    System.ComponentModel.IDataErrorInfo
    System.ComponentModel.INotifyDataErrorInfo
    
    
    
    
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
    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 | 
|---|---|
| System.Windows.Media.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 | 
|---|---|
| System.String | 
Implements
      System.ComponentModel.INotifyPropertyChanged
  
  
      System.ComponentModel.IDataErrorInfo
  
  
      System.ComponentModel.INotifyDataErrorInfo