共用方式為


SystemParameters.ThickVerticalBorderWidth 屬性

定義

取得值,這個值表示 3D 框線的 DPI 調整的寬度,以圖元為單位。

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

屬性值

框線的寬度。

屬性

備註

對應至SM_CYEDGE。 請參閱 GetSystemMetrics

XAML 屬性用法

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

適用於