Sets this NotifyingColor to wrap the specified color.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

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

See Also