バージョン

DrawChevron メソッド

テーマ化されたシェブロンボタンを描画します。
シンタックス
'宣言
 
Public Function DrawChevron( _
   ByVal vertical As Boolean, _
   ByVal buttonState As UIElementButtonState, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) As Boolean
public bool DrawChevron( 
   bool vertical,
   UIElementButtonState buttonState,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect
)

パラメータ

vertical
垂直のシェブロンを描画する場合はTrue。
buttonState
ボタンの状態。
drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
要素のRect
clipRect
クリップ四角形。

戻り値の型

テーマ化された要素が描画された場合はTrue。
参照