GradientStopCollectionEffectiveDataItem Property |
Returns the gradient stop by index.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public IGradientStopEffectiveData this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IGradientStopEffectiveData
Get
public:
virtual property IGradientStopEffectiveData^ default[int index] {
IGradientStopEffectiveData^ get (int index) sealed;
}
abstract Item : IGradientStopEffectiveData with get
override Item : IGradientStopEffectiveData with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
IGradientStopEffectiveDataImplements
IGradientStopCollectionEffectiveDataItemInt32See Also