SystemParameters.IconVerticalSpacing Propriété

Définition

Obtient la hauteur, en pixels, d'une cellule icône. Le système utilise ce rectangle pour réorganiser les icônes dans une fenêtre plus large.

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 icône.

Remarques

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

Utilisation des attributs XAML

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

S’applique à