バージョン

DrawArrowIndicator(ScrollButton,Rectangle,UIElementButtonState) メソッド

スクロールボタン、ドロップダウンボタンなどに矢印を描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawArrowIndicator( _
   ByVal direction As ScrollButton, _
   ByVal rect As Rectangle, _
   ByVal buttonState As UIElementButtonState _
) 
public void DrawArrowIndicator( 
   ScrollButton direction,
   Rectangle rect,
   UIElementButtonState buttonState
)

パラメータ

direction
描画する矢印の方向。
rect
描画される矢印に使用可能な四角形。
buttonState
ボタンの状態。
参照