SilverlightPlugin.Background Property

Gets or sets the background color of the rectangular region that displays the Silverlight content.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Public Overridable Property Background As Color
    Get
    Set
'Usage
Dim instance As SilverlightPlugin
Dim value As Color

value = instance.Background

instance.Background = value
public virtual Color Background { get; set; }

Property Value

Type: Color
A Color object.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

SilverlightPlugin Class

SilverlightPlugin Members

System.Web.UI.SilverlightControls Namespace