SystemParameters.WindowCaptionButtonHeight Vlastnost

Definice

Získá hodnotu, která označuje výšku v pixelech upravenou pro DPI tlačítka v záhlaví okna.

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

Hodnota vlastnosti

Výška tlačítka popis.

Atributy

Poznámky

Mapuje na SM_CYSIZE. Viz GetSystemMetrics.

Použití atributu XAML

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

Platí pro