SystemParameters.SmallIconHeight Egenskap

Definition

Hämtar ett värde som anger den rekommenderade höjden, i bildpunkter som justerats för DPI, för en liten ikon.

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

Egenskapsvärde

Ikonens höjd.

Attribut

Kommentarer

Små ikoner visas vanligtvis i fönsterundertexter och i liten ikonvy.

Mappar till SM_CYSMICON. Se GetSystemMetrics.

XAML-attributanvändning

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

Gäller för