[]
        
Represents the gradient stop.
public struct GradientStop : IEquatable<GradientStop>, IComparer<GradientStop>
  Public Structure GradientStop
    Implements IEquatable(Of GradientStop), IComparer(Of GradientStop)
  | Name | Description | 
|---|---|
| GradientStop(double, Color) | Initializes a new instance of the GradientStop struct.  | 
      
| Name | Description | 
|---|---|
| Color | Gets the color of this gradient stop.  | 
      
| Position | Gets the position information for this gradient stop.  | 
      
| Name | Description | 
|---|---|
| Equals(GradientStop) | Determines whether the specified object is equal to this instance.  | 
      
| Equals(object) | Determines whether the specified object is equal to this instance.  | 
      
| GetHashCode() | Returns a hash code for this instance.  |