Share via


Silverlight.SplashScreenSource Property

Gets or sets the URL of the splash screen document to render when the Silverlight content is loading.

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

Syntax

'Declaration
<ThemeableAttribute(True)> _
<BindableAttribute(True)> _
Public Overridable Property SplashScreenSource As String
    Get
    Set
'Usage
Dim instance As Silverlight
Dim value As String

value = instance.SplashScreenSource

instance.SplashScreenSource = value
[ThemeableAttribute(true)]
[BindableAttribute(true)]
public virtual string SplashScreenSource { get; set; }

Property Value

Type: System.String
The location of the splash screen document.

Remarks

The splash screen document is displayed when the document that is specified by the Source property is loading.

Note

For security reasons, the splash screen document must come from the same domain as the Silverlight-based application.

Platforms

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

See Also

Reference

Silverlight Class

Silverlight Members

System.Web.UI.SilverlightControls Namespace