SystemParameters.SmallWindowCaptionButtonHeight Property

Definition

Gets a value that indicates the height, in pixels adjusted for DPI, of small caption buttons.

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

Property Value

The height of the caption button.

Attributes

Remarks

Maps to SM_CYSMSIZE. See GetSystemMetrics.

XAML attribute usage

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

Applies to