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

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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