Share via


SystemParameters.SmallWindowCaptionButtonWidth Vlastnost

Definice

Získá hodnotu, která označuje šířku malých tlačítek popis v pixelech upravených pro DPI.

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

Hodnota vlastnosti

Šířka tlačítka popis

Atributy

Poznámky

Mapuje SM_CXSMSIZE. Viz GetSystemMetrics.

Použití atributu XAML

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

Platí pro