This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Color.B
Returns the blue value from the Color object.
[Visual Basic]
Public ReadOnly Property B As Byte
[C#]
public byte B {get;}
[C++]
public: __property unsigned char get_B();
[JScript]
public function get B() : Byte;