IGradientStop Interface
Definition
Describes the location and color of a transition point in a gradient.
public interface IGradientStop
Properties
Color Property
Gets the gradient stop color.
public Avalonia.Media.Color Color { get; set; }
Offset Property
Gets the gradient stop offset.
public double Offset { get; set; }