SystemParameters.MinimizedGridHeight Property

Definition

Gets a value that indicates the height, in pixels, 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>]
member this.MinimizedGridHeight : double
member this.MinimizedGridHeight : double
Public Shared ReadOnly Property MinimizedGridHeight As Double

Property Value

Double

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