GradientStopCollection Class |
Docentric Toolkit Help
Send Feedback |
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
Docentric.Documents.ObjectModel.CollectionBase<T>
Docentric.Documents.ObjectModel.DocumentValueCollection<T>
Docentric.Documents.ObjectModel.GradientStopCollection
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The GradientStopCollection type exposes the following members.
Name | Description | |
---|---|---|
.ctor() |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection<T>. (Inherited from Collection<T>) | |
Item | Gets or sets the element at the specified index. (Inherited from Collection<T>) |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection<T>. (Inherited from Collection<T>) | |
AddRange(GradientStop[]) | (Inherited from CollectionBase<T>) | |
AddRange(IEnumerable<GradientStop>) | (Inherited from CollectionBase<T>) | |
Clear | Removes all elements from the Collection<T>. (Inherited from Collection<T>) | |
Contains | Determines whether an element is in the Collection<T>. (Inherited from Collection<T>) | |
CopyTo | (Inherited from Collection<T>) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetEnumerator | Returns an enumerator that iterates through the Collection<T>. (Inherited from Collection<T>) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<T>. (Inherited from Collection<T>) | |
Insert | Inserts an element into the Collection<T> at the specified index. (Inherited from Collection<T>) | |
Move | (Inherited from ObservableCollection<T>) | |
Remove | Removes the first occurrence of a specific object from the Collection<T>. (Inherited from Collection<T>) | |
RemoveAt | Removes the element at the specified index of the Collection<T>. (Inherited from Collection<T>) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |
Name | Description | |
---|---|---|
CollectionChanged |