GradientStopCollectionEffectiveData
Contents
[
Hide
]GradientStopCollectionEffectiveData class
Represents a collection of GradientStopData objects.
public class GradientStopCollectionEffectiveData : IGradientStopCollectionEffectiveData
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| CopyTo(Array, int) | Copies all elements from the collection to the specified array. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
See Also
- interface IGradientStopCollectionEffectiveData
- namespace Aspose.Slides
- assembly Aspose.Slides