バージョン

EndIndicatorAppearance プロパティ

タイムランでタスクの EndDateTimeをマークするインジケーターの表示属性を定義する Appearanceオブジェクトを取得または設定します。
シンタックス
'宣言
 
Public Property EndIndicatorAppearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase EndIndicatorAppearance {get; set;}
解説

外観の Image プロパティが割り当てられている場合、その画像は標準の終了インジケーターの代わりに使用されます。

インジケーターのサイズは IndicatorSize プロパティによって決定されます。

milestone タスクにより表示されるインジケーターは、EndIndicatorAppearance を使用します。つまり、マイルストーン タスクは終了インジケーターのみ表示します。

参照