The NuGridGradientStop class is used to determine position and color of the brush used for grid cell background gradient fill.
NuGridGradientStop
<NSCoding>
color. Brush color in the gradient transition point.
offset. Transition point offset from gradient start area.
initWithColor:offset:. Creates a class instance with the specified color and gradient transition point offset.
gradientStopWithColor:offset:. Creates a gradient transition point with specified point color and area start offset of gradient.
See also: