IGradientStopCollectionEffectiveData Interface

Represents a collection of GradientStopDataEx objects.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IGradientStopCollectionEffectiveData : IGenericCollection<IGradientStopEffectiveData>, 
	IEnumerable<IGradientStopEffectiveData>, IEnumerable, ICollection

The IGradientStopCollectionEffectiveData type exposes the following members.

Properties
Methods
  NameDescription
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIGradientStopEffectiveData.)
See Also