Class TriggerActionCollection
Represents a collection of BeginStoryboard objects.
Inheritance
System.Object
TriggerActionCollection
Implements
System.Collections.Generic.IList<TriggerAction>
System.Collections.Generic.ICollection<TriggerAction>
System.Collections.Generic.IEnumerable<TriggerAction>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public sealed class TriggerActionCollection : PresentationFrameworkCollection<TriggerAction>, IList<TriggerAction>, ICollection<TriggerAction>, IEnumerable<TriggerAction>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceTriggerActionCollection()
Initializes a new instance of the TriggerActionCollection class.
Declaration
public TriggerActionCollection()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable