Version

SkewAngleXEffectStopCollection Class Members

The following tables list the members exposed by SkewAngleXEffectStopCollection.

Public Constructors
 NameDescription
Public ConstructorSkewAngleXEffectStopCollection ConstructorCreates an instance of the SkewAngleXEffectStopCollection.  
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in the list. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public PropertyIsReadOnlyReturns whether the list is read only. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public PropertyItemReturns the item at the specified index. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public Methods
 NameDescription
Public MethodAddAdd the specified item to the collection. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public MethodClearClear the collection and removes all items. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public MethodContainsReturns whether the list contains the specified item. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public MethodCopyToCopies the contents of the list to a compatible 1 dimensional array. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public MethodIndexOfReturns the index of the specified item. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public MethodInsertInserts the specified item at them specified index. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public MethodRemoveRemoves the first occurrence of a specified object from the list. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public MethodRemoveAtRemoves the item at the specified index. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public MethodReplaceAllClears then replaces all the elements in the collection with the elements from the specified collection. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public MethodResumeChangeNotificationsResumes change notifications that were suspended by a call to SuspendChangeNotifications. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public MethodSuspendChangeNotificationsSuspends all change notifications for the collection until ResumeChangeNotifications is called. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public Events
 NameDescription
Public EventCollectionChangedNotifies listeners when a change is made to the colleciton (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
Public EventPropertyChangedRaised when a property has changed. (Inherited from Infragistics.Windows.Controls.EffectStopCollection<SkewAngleXEffectStop>)
See Also