SystemParameters.SmallWindowCaptionButtonHeight Vlastnost

Definice

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

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

Hodnota vlastnosti

Výška tlačítka titulku.

Atributy

Poznámky

Mapuje se na SM_CYSMSIZE. Viz GetSystemMetrics.

Použití atributu XAML

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

Platí pro