[This is preliminary documentation and is subject to change.]

The green component of the color. Value range is 0 to 255.

Syntax

C#
public byte G { get; set; }
Visual Basic (Declaration)
Public Property G As Byte

See Also