SystemParameters.MinimumWindowTrackHeight Property

Definition

Gets a value that indicates the minimum tracking height of a window, in pixels adjusted for DPI.

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

Property Value

The minimum tracking height of a window.

Attributes

Remarks

The user cannot drag the window frame to a height smaller than this dimension.

Maps to SM_CYMINTRACK. See GetSystemMetrics.

XAML attribute usage

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

Applies to