バージョン

DrawButtonRegion メソッド

指定した ImageRegion を使用してボタンの境界線を描画します
シンタックス
'宣言
 
Public Sub DrawButtonRegion( _
   ByVal imageRegion As ImageRegion, _
   ByVal buttonStyle As UIElementButtonStyle, _
   ByVal buttonState As UIElementButtonState, _
   ByVal isDefault As Boolean _
) 
public void DrawButtonRegion( 
   ImageRegion imageRegion,
   UIElementButtonStyle buttonStyle,
   UIElementButtonState buttonState,
   bool isDefault
)

パラメータ

imageRegion
境界線を描画する基となるリージョンを提供する ImageRegion オブジェクト
buttonStyle
描画するためのボタン スタイル
buttonState
ボタンの状態。
isDefault
ボタンがデフォルト ボタンの場合 True。ボタンのリージョンの周囲に追加の境界線が描画されます
参照