Gets or sets the green 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 G { get; set; }
Visual Basic
Public Property G As Byte
	Get
	Set
Visual C++
public:
property unsigned char G {
	unsigned char get ();
	void set (unsigned char value);
}

See Also