SystemParameters.MaximumWindowTrackWidth 屬性

定義

取得值,這個值表示具有標題和調整大小框線之視窗的 DPI 調整的寬度上限,以圖元為單位。

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

屬性值

最大視窗寬度。

屬性

備註

此計量是指整個桌面。 使用者無法將視窗框架拖曳到大於此維度的寬度。

對應至SM_CXMAXTRACK。 請參閱 GetSystemMetrics

XAML 屬性用法

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

適用於