バージョン

GetButtonTextOffset(UIElementButtonState,UIElementButtonStyle,UIElementButtonType) メソッド

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

パラメータ

buttonState
ボタンの状態。
buttonStyle
ボタンのスタイル。
buttonType
ボタンのタイプ。

戻り値の型

テキストをオフセットする量。
参照