バージョン

CalculateButtonBorderWidths(UIElementButtonStyle,UIElementButtonState,Border3DSide,UIElement,Boolean) メソッド

4つのボタン境界線のすべての太さを計算する静的メソッド。
シンタックス
'宣言
 
Public Overloads Shared Function CalculateButtonBorderWidths( _
   ByVal buttonStyle As UIElementButtonStyle, _
   ByVal buttonState As UIElementButtonState, _
   ByVal sides As Border3DSide, _
   ByVal element As UIElement, _
   ByVal smallestInsideRect As Boolean _
) As UIElementBorderWidths

パラメータ

buttonStyle
要素のボタンスタイル
buttonState
要素のボタン状態
sides
境界線のどの辺を描画するのかを示すフラグ。
element
境界線を持つ要素。
smallestInsideRect
常に使用可能な指定されたボタンスタイルの最小領域が返されるかどうかを示すブール値。

戻り値の型

各境界線の太さを含むUIElementBorderWidth構造。
解説
要素パラメーターが使用されます。出力操作の間に実線の境界線が立体境界線で置き換えられて、要素のControlElementのIsPrintプロパティをチェックできるからです。
参照