GradientStopCollection Class |
Namespace: Spire.Presentation.Collections
The GradientStopCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of gradient stops in a collection.
Read-only
Int32
.
(Inherited from
GradientStopList
.)
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item |
Gets the gradient stop by index.
(Inherited from
GradientStopList
.)
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|
| Name | Description | |
|---|---|---|
|
|
Append(Single, SchemeColor) |
Creates the new gradient stop.
(Inherited from
GradientStopList
.)
|
|
|
Append(Single, KnownColors) |
Creates the new gradient stop and adds it to the collection.
(Inherited from
GradientStopList
.)
|
|
|
Append(Single, Color) |
Creates the new gradient stop.
(Inherited from
GradientStopList
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
(Inherited from
GradientStopList
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Insert(Int32, Single, SchemeColor) |
Creates the new gradient stop.
(Inherited from
GradientStopList
.)
|
|
|
Insert(Int32, Single, KnownColors) |
Creates the new gradient stop.
(Inherited from
GradientStopList
.)
|
|
|
Insert(Int32, Single, Color) |
Creates the new gradient stop.
(Inherited from
GradientStopList
.)
|
|
|
RemoveAll |
Removes all gradient stops from a collection.
(Inherited from
GradientStopList
.)
|
|
|
RemoveAt |
Removes a gradient stop at the specified index.
(Inherited from
GradientStopList
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|