SystemParameters.IconWidth Property

Definition

Gets the default width of an icon.

public:
 static property double IconWidth { double get(); };
public static double IconWidth { [System.Security.SecurityCritical] get; }
public static double IconWidth { get; }
[<get: System.Security.SecurityCritical>]
member this.IconWidth : double
member this.IconWidth : double
Public Shared ReadOnly Property IconWidth As Double

Property Value

Double

The icon width.

Attributes

Remarks

Maps to SM_CXICON. See GetSystemMetrics.

XAML Attribute Usage

<object property="{ SystemParameters.IconWidth}"/>

Applies to