Encapsulates a Color and provides notification of changes to individual channels in order to support Silverlight data binding.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class NotifyingColor : ViewModelBase
Visual Basic
Public Class NotifyingColor _
	Inherits ViewModelBase
Visual C++
public ref class NotifyingColor : public ViewModelBase

Inheritance Hierarchy

System..::..Object
  Mindscape.SilverlightElements..::..ViewModelBase
    Mindscape.SilverlightElements..::..NotifyingColor

See Also