Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GradientStopList Class
Properties Methods


In This Topic
    GradientStopList Class Members
    In This Topic

    The following tables list the members exposed by GradientStopList.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GradientStopList class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyGets the GradientStop at the specified index.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds 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.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodRetrieves a boolean value indicating whether a specific gradientStop object exists in the collection.  
    Public MethodDetermines whether the specified object is equal to the current GradientStop.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodServes as a hash function for the GradientStop, suitable for use in hashing algorithms and data structures such as a hash table.  
    Public MethodReturns the offsets in the gradient map and their corresponding colors.  
    Public MethodSearches for the specified GradientStop object and returns the zero-based index of the occurrence within the collection.  
    Public MethodRemoves the specified gradientStop object from the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes before inserting a new item into the GradientStopList.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Top
    See Also