Settings.DefaultDesignImage Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets a stream associated with a PNG image to be displayed by the host when the Silverlight application is not executing.

Namespace:  System.Windows.Interop
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property DefaultDesignImage As Stream
public Stream DefaultDesignImage { get; set; }

Property Value

Type: System.IO.Stream
A stream associated with a PNG image to be displayed by the host when the Silverlight application is not executing.

Remarks

The image format for the stream must be PNG.

Version Information

Silverlight

Supported in: 5

Platforms

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