バージョン

SelectStyle メソッド (RandomFillStyleSelector)

指定した項目の Style を返します。
シンタックス
'宣言
 
Public Overrides Function SelectStyle( _
   ByVal item As Object, _
   ByVal container As DependencyObject _
) As Style
public override Style SelectStyle( 
   object item,
   DependencyObject container
)

パラメータ

item
コンテキスト内のデータ項目。
container
この書式が適用される要素。

戻り値の型

値が Brushe コレクションからランダムにピックした Brush の Fill プロパティ セッター付きのスタイル。
参照