Gets or sets the channel that is affected by this ColorChannelAdjustmentBrushConverter.

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

Syntax

C#
public ColorChannel Channel { get; set; }
Visual Basic
Public Property Channel As ColorChannel
	Get
	Set
Visual C++
public:
property ColorChannel Channel {
	ColorChannel get ();
	void set (ColorChannel value);
}

See Also