SystemParameters.MinimumWindowTrackWidth Property

Definition

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

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

Property Value

The minimum tracking width of a window.

Attributes

Remarks

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

Maps to SM_CXMINTRACK. See GetSystemMetrics.

XAML attribute usage

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

Applies to