Sets the value of the ColorChannel attached property for a given DependencyObject.

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

Syntax

C#
public static void SetColorChannel(
	DependencyObject obj,
	ColorChannel value
)
Visual Basic
Public Shared Sub SetColorChannel ( _
	obj As DependencyObject, _
	value As ColorChannel _
)
Visual C++
public:
static void SetColorChannel(
	DependencyObject^ obj, 
	ColorChannel value
)

Parameters

obj
Type: System.Windows..::..DependencyObject
The element on which to set the property value.
value
Type: Mindscape.SilverlightElements..::..ColorChannel
The value to which to set the property.

See Also