GcComboBoxの交互項目コンテナーの数を取得または設定します。これにより、交互項目コンテナーに固有の外観を与えることができます。これは依存関係プロパティです。
シンタックス
'宣言
Public Property AlternationCount As System.Integer
public System.int AlternationCount {get; set;}
プロパティ値
AlternationCount は、交互項目をサポートするためにドロップダウンコントロールに設定されます。
使用例
次のサンプルは、
GcComboBox を作成し、2つの
System.Windows.Controls.AlternationConverter オブジェクトを使用して、項目の
System.Windows.Controls.Control.Background と
System.Windows.Controls.Control.FontStyle を代替します。
参照