Share via


SLColor.A Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Property A As Byte
    Get
    Set
public byte A { get; set; }
public:
property unsigned char A {
    unsigned char get ();
    void set (unsigned char value);
}
member A : byte with get, set
function get A () : byte
function set A (value : byte)

Property Value

Type: System.Byte
Returns Byte.

.NET Framework Security

See Also

Reference

SLColor Class

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace