SystemParameters.ResizeFrameHorizontalBorderHeight 屬性

定義

取得值,這個值表示高度 (粗細) ,以針對 DPI 調整的圖元,在可調整大小的視窗周邊周圍水準調整大小框線。

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

屬性值

框線的高度。

屬性

備註

對應至SM_CXSIZEFRAME。 請參閱 GetSystemMetrics

XAML 屬性用法

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

適用於