[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents an icon that is used to identify an offline application.
Namespace:
System.Windows
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public NotInheritable Class Icon _
Inherits DependencyObject
public sealed class Icon : DependencyObject
XAML Object Element Usage
<OutOfBrowserSettings> <OutOfBrowserSettings.Icons> <Icon Size="Size" Source="uriString" /> </OutOfBrowserSettings.Icons></OutOfBrowserSettings>
This class is used by the OutOfBrowserSettings..::.Icons collection for out-of-browser support.
For more information, see How to: Configure an Application for Out-of-Browser Support.
System..::.Object
System.Windows..::.DependencyObject
System.Windows..::.Icon
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference
Other Resources