IGradientStopCollectionEffectiveData

IGradientStopCollectionEffectiveData interface

Represents a collection of GradientStopDataEx objects.

public interface IGradientStopCollectionEffectiveData : 
    IGenericCollection<IGradientStopEffectiveData>

Properties

NameDescription
Item { get; }Returns the gradient stop by index.

See Also