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