SystemParameters.SmallIconHeight 属性

定义

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

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

属性值

图标高度。

属性

注解

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

映射到SM_CYSMICON。 请参阅 GetSystemMetrics

XAML 属性用法

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

适用于