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

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

Syntax

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

See Also