GradientStopCollection Class |
Namespace: Aspose.Slides
The GradientStopCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from PVIObject.) |
![]() | Count |
Returns the number of gradient stops in a collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Returns the gradient stop by index.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | Add(Single, PresetColor) |
Creates the new gradient stop and adds it to the end of collection.
|
![]() | Add(Single, SchemeColor) |
Creates the new gradient stop and adds it to the end of collection.
|
![]() | Add(Single, Color) |
Creates the new gradient stop and adds it to the end of collection.
|
![]() | Clear |
Removes all gradient stops from a collection.
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals |
Compares with specified object.
(Inherited from PVIObject.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode |
Returns hash code.
(Inherited from PVIObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert(Int32, Single, PresetColor) |
Creates the new gradient stop and inserts it at the specified index to the collection.
|
![]() | Insert(Int32, Single, SchemeColor) |
Creates the new gradient stop and inserts it at the specified index to the collection.
|
![]() | Insert(Int32, Single, Color) |
Creates the new gradient stop and inserts it at the specified index to the collection.
|
![]() | RemoveAt |
Removes a gradient stop at the specified index.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |