バージョン

CalculateBorderWidths(UIElementBorderStyle,Boolean) メソッド

4つの境界線のすべての太さを計算する静的メソッド。
シンタックス
'宣言
 
Public Overloads Shared Function CalculateBorderWidths( _
   ByVal style As UIElementBorderStyle, _
   ByVal isFlatMode As Boolean _
) As UIElementBorderWidths
public static UIElementBorderWidths CalculateBorderWidths( 
   UIElementBorderStyle style,
   bool isFlatMode
)

パラメータ

style
境界線のスタイル。
isFlatMode
境界がフラット モードを使用する要素では True、そうでなければ False。

戻り値の型

各境界線の太さを含むUIElementBorderWidth構造。
参照