バージョン

DrawThemedPageArrow メソッド

テーマ化されたページ矢印を描画します。
シンタックス
'宣言
 
Public Function DrawThemedPageArrow( _
   ByVal orientation As Orientation, _
   ByVal upLeft As Boolean, _
   ByVal buttonState As UIElementButtonState, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) As Boolean
public bool DrawThemedPageArrow( 
   Orientation orientation,
   bool upLeft,
   UIElementButtonState buttonState,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect
)

パラメータ

orientation
要素の方向。
upLeft
要素が上 (垂直) または左 (水平) の要素である場合True。
buttonState
ボタンの状態。
drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
要素の四角形
clipRect
クリップ四角形

戻り値の型

要素がテーマ化された項目を描画できる場合True。
参照