SystemParameters.MinimumWindowTrackWidth 屬性

定義

取得值,這個值表示視窗的最小追蹤寬度,以圖元為單位調整 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

屬性值

視窗的最小追蹤寬度。

屬性

備註

使用者無法將視窗框架拖曳到小於此維度的寬度。

對應至SM_CXMINTRACK。 請參閱 GetSystemMetrics

XAML 屬性用法

<object property=「{ SystemParameters.MinimumWindowTrackWidth } 」/>

適用於