AdaptiveGradientStop PropertiesElecNetKit Documentation
The AdaptiveGradientStop type exposes the following members.
Properties

  NameDescription
Public propertyAnchor
The location of the color stop. Because it's an *Adaptive* Gradient, can be anything that implements the IAdaptiveGradientAnchor interface (any function of a dataset).
Public propertyColor
The color of the gradient stop. A gradient lookup at Anchor will return this color.
Back to Top
See Also