IGradient public interface IGradient : IImageSource The common interface for all CSS gradients. Documentation Code bool IsRepeating { get; } Gets if the gradient is repeating. IEnumerable<GradientStop> Stops { get; } Gets an enumeration of all stops.