バージョン

CalculateButtonBorderWidths(UIElementButtonStyle,UIElementButtonState) メソッド

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

パラメータ

buttonStyle
要素のボタンスタイル
buttonState
要素のボタン状態

戻り値の型

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