SystemParameters.MinimizedGridHeight Property

Definition

Gets a value that indicates the height, in pixels adjusted for DPI, of a grid cell for a minimized window.

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

Property Value

The height of a grid cell for a minimized window.

Attributes

Remarks

Each minimized window fits into a rectangle with this height. The value is always greater than or equal to MinimizedWindowHeight.

Maps to SM_CYMINSPACING. See GetSystemMetrics.

XAML attribute usage

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

Applies to