Show / Hide Table of Contents

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 Source

Color

Gets or sets the Color

Declaration
public Color Color { get; set; }
Property Value
Type Description
System.Windows.Media.Color
View Source

IsSelected

Indicates whether the Color is selected

Declaration
public bool IsSelected { get; set; }
Property Value
Type Description
System.Boolean

Events

View Source

PropertyChanged

Tritt ein, wenn sich ein Eigenschaftswert ändert.

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
NotifyPropertyChangedExtensions.GetPropertyName<T>(INotifyPropertyChanged, Expression<Func<T>>)
NotifyPropertyChangedExtensions.RaisePropertyChanged<T>(INotifyPropertyChanged, Expression<Func<T>>)
NotifyPropertyChangedExtensions.RaisePropertyChanged(INotifyPropertyChanged, String)
PropertyHelper.RaisePropertyChanged<T>(INotifyPropertyChanged, Expression<Func<T>>, PropertyChangedEventHandler)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
In This Article
  • Properties
    • Color
    • IsSelected
  • Events
    • PropertyChanged
  • Implements
  • Extension Methods
Back to top Generated by DocFX