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