SystemParameters.MinimumWindowHeight Property

Definition

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

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

Property Value

Double

The minimum height of a window.

Attributes

Remarks

Maps to SM_CYMIN. See GetSystemMetrics.

XAML Attribute Usage

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

Applies to