Sets this NotifyingColor to wrap the specified color.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public void SetFromColor(
	Color color
)
Visual Basic (Declaration)
Public Sub SetFromColor ( _
	color As Color _
)

Parameters

color
Type: System.Windows.Media..::.Color
The color to wrap.

See Also