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

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

Gets the icon size.

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

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

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

Property Value

Type: System.Windows..::.Size
The icon size.
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