Interface IGradientStop
Describes the location and color of a transition point in a gradient.
[NotClientImplementable]
public interface IGradientStop
Properties
Color
Gets the gradient stop color.
Color Color { get; }
Property Value
Offset
Gets the gradient stop offset.
double Offset { get; }