Describes the location and color of a transition point in a gradient.

System.Object
  System.ValueType
    Docentric.Documents.ObjectModel.GradientStop

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct GradientStop

The GradientStop type exposes the following members.

Name Description
Public member Color Gets the location of the gradient stop within the gradient vector.
Public member Offset Gets the color of the gradient stop.
Name Description
Public method Equals(Object) Determines whether the specified object is equal to this GradientStop value. (Overrides GradientStop.Equals)
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString() Returns the string representation of the object. (Overrides GradientStop.ToString)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType)