TextEffectCollection::Enumerator Structure
Enumerates TextEffect items in a TextEffectCollection.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | Current | Gets the current element in the collection. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | MoveNext() | Advances the enumerator to the next element in the collection. |
![]() | Reset() | Resets the enumerator to its initial position, which is before the first element in the collection. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose() | For a description of this members, see Dispose. |
![]() ![]() | IEnumerator::Current | For a description of this members, see Current. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




