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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace