
'Declaration <DefaultMemberAttribute("Item")> <EditorAttribute("Xceed.Grid.Design.GradientStopsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)> Public Class GradientStopList Inherits System.Collections.CollectionBase
'Usage Dim instance As GradientStopList
[DefaultMember("Item")] [Editor("Xceed.Grid.Design.GradientStopsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)] public class GradientStopList : System.Collections.CollectionBase
System.Object
System.Collections.CollectionBase
Xceed.Grid.GradientStopList
Name | Description | |
---|---|---|
![]() | GradientStopList Constructor | Initializes a new instance of the GradientStopList class. |
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets the GradientStop at the specified index. |
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | Adds a gradientStop to the GradientStopList. GradientStops must be added sequentially in the order of their offsets. Adding a GradientStop whose offset is less than the offset of the last GradientStop added to the collection will cause an ArgumentOutOfRangeException to be thrown. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Retrieves a boolean value indicating whether a specific gradientStop object exists in the collection. |
![]() | Equals | Determines whether the specified object is equal to the current GradientStop. |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | GetHashCode | Serves as a hash function for the GradientStop, suitable for use in hashing algorithms and data structures such as a hash table. |
![]() | GetOffsetColorPairs | Returns the offsets in the gradient map and their corresponding colors. |
![]() | IndexOf | Searches for the specified GradientStop object and returns the zero-based index of the occurrence within the collection. |
![]() | Remove | Removes the specified gradientStop object from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new item into the GradientStopList. |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2