Class CustomColor
Defines a Customcolor
Inheritance
System.Object
    CustomColor
  Implements
System.ComponentModel.INotifyPropertyChanged
  
      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 CustomColor : INotifyPropertyChanged
  Properties
View SourceColor
Gets or sets the Color
Declaration
public Color Color { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Windows.Media.Color | 
IsSelected
Indicates whether the Color is selected
Declaration
public bool IsSelected { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Events
View SourcePropertyChanged
Tritt ein, wenn sich ein Eigenschaftswert ändert.
Declaration
public event PropertyChangedEventHandler PropertyChanged
  Event Type
| Type | Description | 
|---|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged