Gets 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 ColorChannel GetColorChannel(
	DependencyObject obj
)
Visual Basic
Public Shared Function GetColorChannel ( _
	obj As DependencyObject _
) As ColorChannel
Visual C++
public:
static ColorChannel GetColorChannel(
	DependencyObject^ obj
)

Parameters

obj
Type: System.Windows..::..DependencyObject
The element from which to read the property value.

Return Value

The value of the ColorChannel attached property.

See Also