Share via


TreeView.ItemContainerTransitions 屬性

定義

取得或設定套用至 TreeView 專案容器的 Transition 樣式專案集合。

public:
 property TransitionCollection ^ ItemContainerTransitions { TransitionCollection ^ get(); void set(TransitionCollection ^ value); };
TransitionCollection ItemContainerTransitions();

void ItemContainerTransitions(TransitionCollection value);
public TransitionCollection ItemContainerTransitions { get; set; }
var transitionCollection = treeView.itemContainerTransitions;
treeView.itemContainerTransitions = transitionCollection;
Public Property ItemContainerTransitions As TransitionCollection
<TreeView>
  <TreeView.ItemContainerTransitions>
    <TransitionCollection>
      oneOrMoreTransitions
    </TransitionCollection>
  </TreeView.ItemContainerTransitions>
</TreeView>

屬性值

套用至 ItemsControl 之專案容器的 Transition 樣式專案集合。

適用於