SystemParameters.IconHorizontalSpacing Propriété

Définition

Obtient la largeur, 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 IconHorizontalSpacing { double get(); };
public static double IconHorizontalSpacing { get; }
static member IconHorizontalSpacing : double
Public Shared ReadOnly Property IconHorizontalSpacing As Double

Valeur de propriété

Largeur d'une cellule icône.

Remarques

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

Utilisation des attributs XAML

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

S’applique à