SystemParameters.SmallWindowCaptionButtonWidth Propriété

Définition

Obtient une valeur qui indique la largeur, en pixels ajustés pour DPI, des petits boutons légende.

public:
 static property double SmallWindowCaptionButtonWidth { double get(); };
public static double SmallWindowCaptionButtonWidth { [System.Security.SecurityCritical] get; }
public static double SmallWindowCaptionButtonWidth { get; }
[<get: System.Security.SecurityCritical>]
static member SmallWindowCaptionButtonWidth : double
static member SmallWindowCaptionButtonWidth : double
Public Shared ReadOnly Property SmallWindowCaptionButtonWidth As Double

Valeur de propriété

Largeur du bouton de légende.

Attributs

Remarques

Mappe à SM_CXSMSIZE. Consultez GetSystemMetrics.

Utilisation des attributs XAML

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

S’applique à