SilverlightControl.BackgroundColor Property

Gets the background color for the control.

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

Syntax

'Declaration
Public Overridable ReadOnly Property BackgroundColor As Color
    Get
public virtual Color BackgroundColor { get; }
public:
virtual property Color BackgroundColor {
    Color get ();
}
abstract BackgroundColor : Color
override BackgroundColor : Color
function get BackgroundColor () : Color

Property Value

Type: System.Drawing.Color
A Color object that represents the background color of the control.

.NET Framework Security

See Also

Reference

SilverlightControl Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace