Share via


SLColor.G 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 G As Byte
    Get
    Set
public byte G { get; set; }
public:
property unsigned char G {
    unsigned char get ();
    void set (unsigned char value);
}
member G : byte with get, set
function get G () : byte
function set G (value : byte)

Property Value

Type: System.Byte
Returns Byte.

.NET Framework Security

See Also

Reference

SLColor Class

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