GradientStopCollectionEffectiveData

GradientStopCollectionEffectiveData class

Represents a collection of GradientStopData objects.

public class GradientStopCollectionEffectiveData : IGradientStopCollectionEffectiveData

Properties

NameDescription
Count { get; }Returns the number of gradient stops in a collection. Read-only Int32.
IsSynchronized { get; }Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Item { get; }Returns the gradient stop by index.
SyncRoot { get; }Returns a synchronization root. Read-only Object.

Methods

NameDescription
CopyTo(Array, int)Copies all elements from the collection to the specified array.
GetEnumerator()Returns an enumerator that iterates through the collection.

See Also