.NET Framework Class Library for Silverlight
Icon..::.Source Property

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the path and file name to the PNG source file of the icon.

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

Visual Basic (Declaration)
Public ReadOnly Property Source As Uri
    Get
Visual Basic (Usage)
Dim instance As Icon
Dim value As Uri

value = instance.Source
C#
public Uri Source { get; }
XAML Attribute Usage
<Icon Source="uriString" />

Property Value

Type: System..::.Uri
The path to the PNG source file of the icon.
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