SystemParameters.SmallIconHeight Eigenschaft

Definition

Ruft einen Wert ab, der die empfohlene Höhe in Pixeln angibt, die für DPI angepasst werden, eines kleinen Symbols.

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

Eigenschaftswert

Die Symbolhöhe.

Attribute

Hinweise

Kleine Symbole werden in der Regel in Fensterbeschriftungen und in der Ansicht mit kleinen Symbolen angezeigt.

Ordnet SM_CYSMICON zu. Siehe GetSystemMetrics.

XAML-Attributverwendung

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

Gilt für: