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