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

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

Syntax

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

See Also