Class CustomColor
Defines a Customcolor
Implements
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 |
|---|---|
| Color |
IsSelected
Indicates whether the Color is selected
Declaration
public bool IsSelected { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Events
View SourcePropertyChanged
Tritt ein, wenn sich ein Eigenschaftswert ändert.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| PropertyChangedEventHandler |