SystemParameters.SmallIconWidth 属性

定义

获取一个值,该值指示小图标的建议宽度(以 DPI 调整的像素为单位)。

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

属性值

图标的宽度。

属性

注解

小图标通常显示在窗口标题和小图标视图中。

映射到SM_CXSMICON。 请参阅 GetSystemMetrics

XAML 属性使用方法

<object property=“{ SystemParameters.SmallIconWidth}”/>

适用于