共用方式為


EventTrigger.Actions 屬性

定義

取得這個EventTrigger所維護之 BeginStoryboard物件的集合。

public:
 property TriggerActionCollection ^ Actions { TriggerActionCollection ^ get(); };
TriggerActionCollection Actions();
public TriggerActionCollection Actions { get; }
var triggerActionCollection = eventTrigger.actions;
Public ReadOnly Property Actions As TriggerActionCollection
<EventTrigger>
  oneOrMoreBeginStoryboards
</EventTrigger>
 

屬性值

現有的 TriggerActionCollection

適用於

另請參閱