System.Windows Namespace


.NET Framework Class Library for Silverlight
Icon Class

[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)
Syntax

Visual Basic (Declaration)
Public NotInheritable Class Icon _
    Inherits DependencyObject
Visual Basic (Usage)
Dim instance As Icon
C#
public sealed class Icon : DependencyObject
XAML Object Element Usage
<OutOfBrowserSettings>  <OutOfBrowserSettings.Icons>    <Icon Size="Size" Source="uriString" />  </OutOfBrowserSettings.Icons></OutOfBrowserSettings>
Remarks

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.

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.Icon
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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

See Also

Reference

Other Resources

Page view tracker