バージョン

GetButtonImageOffset(UIElementButtonState,UIElementButtonStyle,UIElementButtonType,Boolean) メソッド

ボタンタイプ、状態、スタイルに基づいてイメージをどのくらいオフセットする必要があるのかを決定します
シンタックス
'宣言
 
Public Overloads Shared Function GetButtonImageOffset( _
   ByVal buttonState As UIElementButtonState, _
   ByVal buttonStyle As UIElementButtonStyle, _
   ByVal buttonType As UIElementButtonType, _
   ByVal maxOffset As Boolean _
) As Size
public static Size GetButtonImageOffset( 
   UIElementButtonState buttonState,
   UIElementButtonStyle buttonStyle,
   UIElementButtonType buttonType,
   bool maxOffset
)

パラメータ

buttonState
ボタンの状態。
buttonStyle
ボタンのスタイル。
buttonType
ボタンのタイプ。
maxOffset
ボタンスタイルの最大オフセットが返されるかどうかを示します。

戻り値の型

イメージをオフセットする量。
参照