SystemParameters.ResizeFrameHorizontalBorderHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示高度 (粗細) ,以針對 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 }
」/>