ICssGradientFunctionValue public interface ICssGradientFunctionValue : ICssImageValue, ICssFunctionValue, ICssValue The common interface for all CSS gradients. Documentation Code bool IsRepeating { get; } Gets if the gradient is repeating. CssGradientStopValue[] Stops { get; } Gets an enumeration of all stops.