SystemParameters.IconVerticalSpacing Propriété

Définition

Obtient la hauteur, en pixels, d’une cellule d’icône. Le système utilise ce rectangle pour organiser les icônes en mode grande icône.

public:
 static property double IconVerticalSpacing { double get(); };
public static double IconVerticalSpacing { get; }
static member IconVerticalSpacing : double
Public Shared ReadOnly Property IconVerticalSpacing As Double

Valeur de propriété

Hauteur d’une cellule d’icône.

Remarques

Correspond à SPI_GETICONMETRICS, qui fait référence à SPI_ICONVERTICALSPACING. Consultez SystemParametersInfo.

Utilisation des attributs XAML

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

S’applique à