Gets or sets the red channel value of the color.

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

Syntax

C#
public byte R { get; set; }
Visual Basic
Public Property R As Byte
	Get
	Set
Visual C++
public:
property unsigned char R {
	unsigned char get ();
	void set (unsigned char value);
}

See Also