SystemParameters.MinimizedWindowHeight Property

Definition

Gets a value that indicates the height, in pixels, of a minimized window.

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

Property Value

Double

The height of a minimized window.

Attributes

Remarks

Maps to SM_CYMINIMIZED. See GetSystemMetrics.

XAML Attribute Usage

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

Applies to