AdaptiveGradientStop MembersElecNetKit Documentation

The AdaptiveGradientStop type exposes the following members.
Constructors

  NameDescription
Public methodAdaptiveGradientStop
Instantiates a new AdaptiveGradientStop.
Back to Top
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